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
Hi, with Windows 10 winver 1607 (14393.2068) and npm -v 5.6.0 and nodejs -v 8.9.4
i am running git clone https://github.com/ArnaudRinquin/local_modules_poc
and npm i and getting error:
npm ERR! Failed at the [email protected] preinstall script.
PS D:\Beta\NodeJS\local_modules_poc> npm i
NPM: C:\Program Files\nodejs\\node.exe C:\Program Files\nodejs\\node_modules\npm\bin\npm-cli.js http://192.168.2.106:58
68
> [email protected] preinstall D:\Beta\NodeJS\local_modules_poc
> rm-local-modules -v
'rm-local-modules' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] preinstall: `rm-local-modules -v`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] preinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\AndriusK\AppData\Roaming\npm-cache\_logs\2018-03-06T06_28_38_361Z-debug.log
Probably with global rm-local-modules preinstallation yours sample working, I dont' known.
But I think Your sample is targeting for NPM begginers and stupid configution errors
with fresh install looks so weird.
The text was updated successfully, but these errors were encountered:
Hi, with Windows 10 winver 1607 (14393.2068) and npm -v 5.6.0 and nodejs -v 8.9.4
i am running
git clone https://github.com/ArnaudRinquin/local_modules_poc
and
npm i
and getting error:IMHO packages.json should end with:
Probably with global rm-local-modules preinstallation yours sample working, I dont' known.
But I think Your sample is targeting for NPM begginers and stupid configution errors
with fresh install looks so weird.
The text was updated successfully, but these errors were encountered: