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
can not install @1.5.4 using command: sudo npm install @1.5.4 -g
it fails with error @0.0.51 requires a peer of @0.0.28 but none was installed.
after installation, command "ng -v" doesn't work, it show below errors:
module.js:471
throw err;
^
Error: Cannot find module ''
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object. (/usr/local/lib/node_modules//node_modules//src/tree/virtual.js:10:16)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue. However, this issue is a duplicate of an existing issue #9283 (comment). Please subscribe to that issue for future updates.
Please see #9283 (comment) for a list of released versions that address this.
can not install @1.5.4 using command: sudo npm install @1.5.4 -g
it fails with error @0.0.51 requires a peer of @0.0.28 but none was installed.
after installation, command "ng -v" doesn't work, it show below errors:
module.js:471
throw err;
^
Error: Cannot find module ''
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object. (/usr/local/lib/node_modules//node_modules//src/tree/virtual.js:10:16)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
The text was updated successfully, but these errors were encountered: