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

Support pnpm #179

Open
ExE-Boss opened this issue Jul 4, 2018 · 4 comments
Open

Support pnpm #179

ExE-Boss opened this issue Jul 4, 2018 · 4 comments

Comments

@ExE-Boss
Copy link

ExE-Boss commented Jul 4, 2018

pnpm is the third largest node package manager, which uses symlinks, hardlinks and isolated trees, which prevents packages from using packages which they haven’t declared in their dependencies and it uses shrinkwrap.yaml as its lockfile.

@janl
Copy link
Contributor

janl commented Jul 17, 2018

We’ll look into this eventually. In the meantime, we’d be happy to accept PRs for this.

@ExE-Boss
Copy link
Author

ExE-Boss commented Jan 5, 2019

pnpm has a published specification for this at: https://github.com/pnpm/spec/tree/master/shrinkwrap

@qm3ster
Copy link

qm3ster commented Mar 12, 2019

Updated link, since in 3.0 it was renamed to lockfile and is now stored as pnpm-lock.yaml
https://github.com/pnpm/spec/tree/master/lockfile

@qm3ster
Copy link

qm3ster commented Mar 12, 2019

@ExE-Boss I tried in #229

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

3 participants