[Pkg-javascript-devel] Bug#913086: Bug#913086: node-uuid breaks node-node-rest-client autopkgtest: Cannot find module 'node-uuid'
W. Martin Borgert
debacle at debian.org
Wed Nov 7 10:08:39 GMT 2018
Hi PaulLiu, hi Paul,
On 2018-11-06 20:59, Paul Gevers wrote:
> I copied some of the output at the bottom of this report. It seems that
> the renaming of files in the node-uuid package was done either to
> invasive, or node-node-rest-client needs to be updated for the move.
I assume, that node-node-rest-client auto test code needs to be
updated to the new uuid API.
I.e. in debian/tests/nesttest_data/nest_test.js change
require('node-uuid');
to
require('uuid/v1');
and in debian/tests/control do not depend on
node-node-uuid
but on
node-uuid
I didn't try myself, however.
More information about the Pkg-javascript-devel
mailing list