Bug#932797: [Pkg-javascript-devel] Bug#932797: Bug#932797: node-gyp should be installed in /usr/share/nodejs/node-gyp

2019-07-23 Thread Nilesh Patra
Hi > https://salsa.debian.org/gi-boi-guest/node-node-sass/blob/master/scripts/build.js#L59 > replace > require.resolve(path.join('node-gyp', 'bin', 'node-gyp.js')) > by > 'node-gyp' On doing that, I'm again getting the same error message which was reported earlier. Are there other files which

Bug#932797: [Pkg-javascript-devel] Bug#932797: Bug#932797: node-gyp should be installed in /usr/share/nodejs/node-gyp

2019-07-23 Thread Jérémy Lal
Le mar. 23 juil. 2019 à 16:43, Pirate Praveen a écrit : > > > On 2019, ജൂലൈ 23 6:36:10 PM IST, "Jérémy Lal" wrote: > >> Currently building node-sass gives this error. > >> > >> Error: Cannot find module 'node-gyp/bin/node-gyp.js' > >> > > > >That's another issue. > >node-sass scripts/build.js

Bug#932797: [Pkg-javascript-devel] Bug#932797: Bug#932797: node-gyp should be installed in /usr/share/nodejs/node-gyp

2019-07-23 Thread Pirate Praveen
On 2019, ജൂലൈ 23 6:36:10 PM IST, "Jérémy Lal" wrote: >> Currently building node-sass gives this error. >> >> Error: Cannot find module 'node-gyp/bin/node-gyp.js' >> > >That's another issue. >node-sass scripts/build.js is completely wrong in its path resolution. > What do you suggest as a fix