Skip to content
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

npm not downloading at all #69

Open
mthuilot opened this issue May 15, 2021 · 5 comments
Open

npm not downloading at all #69

mthuilot opened this issue May 15, 2021 · 5 comments

Comments

@mthuilot
Copy link

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
@loveisglitchy
Copy link

It's just a one time warning. It will still run the same.

@loveisglitchy
Copy link

Also do not use slappey locally. Only global or it can cause some problems.

@mthuilot
Copy link
Author

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?

@loveisglitchy
Copy link

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.

@Asymmetric1
Copy link

npm i slappey -global

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants