-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
\ Installing packages...npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142 #190
Comments
same issue |
1 similar comment
same issue |
npm WARN deprecated [email protected]: request has been deprecated, see request/request#3142 I got this message too. Maybe need to install separately. |
Duplicate of #184 |
Here is the solution: Open your command prompt and uninstall angular/cli by using Remove node_modules directory and then clear the cache by using Remove Now try to install the angular/cli@latest by using npm install -g @angular/cli@latest command. |
this worked thanks !! |
it's working. |
its working ....!!! |
Does this work on a mac as well? |
if you are working on mac , please try this and let every one know, thanks |
Thankyou very much man....it s working... |
\ Installing packages...npm WARN deprecated [email protected]: request has been deprecated, see request/request#3142
npm WARN deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm ERR! Unexpected end of JSON input while parsing near '...e-map":"^0.5.7","spri'
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Nishant\AppData\Roaming\npm-cache_logs\2020-05-28T05_24_12_995Z-debug.log
× Package install failed, see above.
The Schematic workflow failed. See above.
I have been getting this error while creating new app of angular. How to resolve this issues?
Originally posted by @surajacharya62 in #184 (comment)
The text was updated successfully, but these errors were encountered: