Answers for "could not install package as it does not contain a package.json file"

0

as it does not contain a package.json file. react

This error occurs usually when name of the PC contains a space.
To solve fix it, redefine your npm cache root:
npm config set cache "C:Usersmycomputer~1nameAppDataRoamingnpm-cache" --global
Posted by: Guest on March-14-2021

Code answers related to "could not install package as it does not contain a package.json file"

Code answers related to "Javascript"

Browse Popular Code Answers by Language