You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got this issue while installing customizr plugin via gulp-modernizr on a build environment.
This happens only on machines where is no node/npm installed globally.
..\..\..\Tools\node.exe ..\..\..\Core\node_modules\npm\bin\npm-cli.js install --production
> [email protected] postinstall D:\AssetsSrc\node_modules\gulp-modernizr\node_modules\customizr
> node scripts/postinstall.js
'node' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "..\\..\\..\\Tools\\node.exe" "D:\\Core\\node_modules\\npm\\bin\\npm-cli.js" "install" "--production"
npm ERR! node v0.12.0
npm ERR! npm v2.6.1
npm ERR! code ELIFECYCLE
npm ERR! [email protected] postinstall: `node scripts/postinstall.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script 'node scripts/postinstall.js'.
npm ERR! This is most likely a problem with the customizr package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node scripts/postinstall.js
npm ERR! You can get their info via:
npm ERR! npm owner ls customizr
The text was updated successfully, but these errors were encountered:
Hi @doctyper,
I've got this issue while installing customizr plugin via gulp-modernizr on a build environment.
This happens only on machines where is no node/npm installed globally.
The text was updated successfully, but these errors were encountered: