You clone a repo, or maybe you are creating your project with a new package.json file. When you try to npm install, npm install package_name — save...
For further actions, you may consider blocking this person and/or reporting abuse
This post helped me. Thank you for your effort. ^
its also possible you have to use npm init
Don't forget remove any ","
This post really helps me. Thanks
Thanks, i'm fixed bug. I cleaned cache and deleted package.json then reinstall npm init -y, and then success. =))