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

[BUG] My npm install does nothing while trying to install a package #7221

Closed
2 tasks done
tttylerr opened this issue Feb 13, 2024 · 2 comments
Closed
2 tasks done

[BUG] My npm install does nothing while trying to install a package #7221

tttylerr opened this issue Feb 13, 2024 · 2 comments
Labels
Bug thing that needs fixing Needs Triage needs review for next steps Release 9.x work is associated with a specific npm 9 release

Comments

@tttylerr
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

This issue exists in the latest npm version

  • I am using the latest npm

Current Behavior

Whenever I try to install a npm package the install does nothing. In this case I am installing express and socket.io. It doesnt output anything when i use --verbose and when I clear the cache. I have also reinstalled multiple times. I am doing this on a raspberry pi os full server.

Expected Behavior

It should install the package

Steps To Reproduce

  1. On a Raspberry PI OS Full Server
  2. No modified config
  3. Run 'npm i express socket.io'
  4. See nothing happen

Environment

  • npm: 9.2.0
  • Node.js: 18.19
  • OS Name: Raspberry PI OS Full Server
  • System Model Name: Raspberry PI 4
  • npm config:
; "builtin" config from /usr/share/nodejs/npm/npmrc

globalignorefile = "/etc/npmignore"
prefix = "/usr/local"

; "project" config from /home/tyler/.panel/.npmrc

registry = "https://registry.npmjs.org/"

; "cli" config from command line options

location = "project"

; node bin location = /usr/bin/node
; node version = v18.19.0
; npm local prefix = /home/tyler/.panel
; npm version = 9.2.0
; cwd = /home/tyler/.panel
; HOME = /home/tyler
; Run `npm config ls -l` to show all defaults.
@tttylerr tttylerr added Bug thing that needs fixing Needs Triage needs review for next steps Release 9.x work is associated with a specific npm 9 release labels Feb 13, 2024
@milaninfy
Copy link
Contributor

@tttylerr Could you please try and update npm to latest version to check if that fixes your issue ?

@milaninfy
Copy link
Contributor

Closing due to age. If this is still a problem please feel free to reopen this issue, or create a new issue w/ steps to reproduce.

@milaninfy milaninfy closed this as not planned Won't fix, can't repro, duplicate, stale Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug thing that needs fixing Needs Triage needs review for next steps Release 9.x work is associated with a specific npm 9 release
Projects
None yet
Development

No branches or pull requests

2 participants