0
votes

i trying to install this in the cmd like this:

PS C:\Users\moshel\Workspaces\Aman.Magar.Maply\WebUI> npm install @ngui/auto-complete --save

but i get this result:

npm WARN @angular/[email protected] requires a peer of @angular/[email protected] but none was installed. npm WARN @angular/[email protected] requires a peer of @angular/[email protected] but none was installed.

npm ERR! Cannot read property '0' of undefined

npm ERR! A complete log of this run can be found in: npm ERR!
C:\Users\moshel\AppData\Roaming\npm-cache_logs\2017-09-27T05_43_52_877Z-debug.log

someone know why?

1
whats the log that it output? - scorpion5211

1 Answers

0
votes

npm 5.3.0 is broken (on windows 10) for me too after upgrading to nodeJS v8.2.0. Same symptoms/logs as described above. npm install -g [email protected] temporarily fixes the problem.