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

Why do I need a node_modules folder? #93

Open
martin-braun opened this issue Mar 27, 2022 · 1 comment
Open

Why do I need a node_modules folder? #93

martin-braun opened this issue Mar 27, 2022 · 1 comment
Labels

Comments

@martin-braun
Copy link

I came here, because I want to generate a package-lock.json from a yarn.lock, because I want to use NPM instead of YARN. Obviously, I have not installed the dependencies yet and I should install them with a lock file. I tried to use synp, but it's only for someone who has already the deps installed, but why?

Shouldn't everything the package-lock.json needs be in the yarn.lock, already?

@antongolub
Copy link
Collaborator

antongolub commented Mar 28, 2022

Seems technically possible. But right now synp uses nmtree, that requires node_modules dir to be processed.

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

No branches or pull requests

2 participants