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

Adding a package not containing package.json from Github repo breaks subsequent installation of packages. #4882

Open
varmiral opened this issue Jun 12, 2022 · 4 comments

Comments

@varmiral
Copy link

pnpm version:

7.2.1

Actual behavior:

After adding a package without package.json from Github, its re-installation, as well as the installation of any other packages, does not occur, i.e. the console writes that there is a reuse from the cache, but nothing changes in node_modules and package.json (writes added 0). A clean install does not help, but only deleting the tmp folders from the store solves the problem.

Related issue: #4822

Additional information:

  • node -v prints: 16.15.0
  • Windows, macOS, or Linux?: Windows 10
@varmiral varmiral changed the title Adding a package without package.json from Github breaks subsequent installation of packages. Adding a package not containing package.json from Github repo breaks subsequent installation of packages. Jun 12, 2022
@jramstedt
Copy link

Still an issue with pnpm version 7.9.0

@jramstedt
Copy link

I'm using https://github.com/douglascrockford/JSON-js if that helps to fix this.

@PaulRBerg
Copy link

Still an issue with pnpm v8.6.5.

@adolfogc
Copy link

Hi, here's another package which currently fails to install properly from Github with PNPM: https://github.com/mrousavy/react-native-vision-camera

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

No branches or pull requests

4 participants