Le mar. 23 juil. 2019 à 16:43, Pirate Praveen <prav...@onenetbeyond.org> a
écrit :

>
>
> On 2019, ജൂലൈ 23 6:36:10 PM IST, "Jérémy Lal" <kapo...@melix.org> 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 for this?
>
> https://salsa.debian.org/gi-boi-guest/node-node-sass


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'

Reply via email to