npm not downloading at all
i made a folder. added start.bat file with cmd.exe in it. opened start.bat and typed npm i -g slappey and then npm i slappey. I have node.js installed! It worked on my old pc but on this one all it says is: npm WARN [email protected] No description npm WARN [email protected] No repository field.
- [email protected] updated 1 package and audited 29 packages in 2.919s found 0 vulnerabilities
It's just a one time warning. It will still run the same.
Also do not use slappey locally. Only global or it can cause some problems.
Ye, but it doesn't make any files in that folder. It shows that in cmd.exe but no node module files or json files are made. EDIT What do you mean by not using it locally?
Locally means not using the "-g" or "-global" when installing a package. Try running this in cmd npm root -g . This will tell you the path for you global packages. Navigate to the folder in your file explorer and see if slappey is in there with the proper files.
npm i slappey -global