Closed techie-92 closed 6 years ago
I got this error while installing angular cli using
"npm install -g angular/cli"
as well as installing dependencies for existing project using "npm install".
I have tried removing app data files and clearing npm cache but no luck.
This seems like an issue with npm, please could you raise an issue on their issue tracker (https://github.com/npm/npm/issues)?
If you think it's an issue with node then let me know and I'll reopen.
Thanks for the reply. I will check with npm.
This the issue of your npm. Just clear the cache of your npm by nunning npm cache clear --force
then npm install
. I have fixed this issue so.
it was all okay till 4 days back and suddenly i am getting these WARNINGS
unexpected warning for https //registry.npmjs.org/ miscellaneous warning EINTEGRITY errors
I guess it is because of i was installing Firebase-Tools and that replace my npm 5.6.0 with 5.1.1 and all got screwed
I tried to reinstall npm 5.6.0 over 5.1.1 --- all i get is WARN NOTICE [SECURITY] LODASH HAT HTE FOLLOWING VULNERABILITY warnings
now i have to remove NODEJS & NPM
and start fresh
my bad :-((((
try.. npm clean-install
Thank you for reporting an issue.
This issue tracker is for bugs and issues found within Node.js core. If you require more general support please file an issue on our help repo. https://github.com/nodejs/help
Please fill in as much of the template below as you're able.
Version: output of
node -v
Platform: output ofuname -a
(UNIX), or version and 32 or 64-bit (Windows) Subsystem: if known, please specify affected core module nameIf possible, please provide code that demonstrates the problem, keeping it as simple and free of external dependencies as you are able. -->
Please find the log below.