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

Add the node_modules as well #272

Open
imageck opened this issue Mar 4, 2023 · 1 comment
Open

Add the node_modules as well #272

imageck opened this issue Mar 4, 2023 · 1 comment

Comments

@imageck
Copy link

imageck commented Mar 4, 2023

It'd be great if you could add the node_modules directory to staging as the project has dependencies that can't be solved today. After cloning the repository I could not build the project because of unresolved dependencies or missing packages.

Please consider publishing all of the modules together with the package. Thank you.

@lRoberth
Copy link

Hey @imageck , that's what the package-lock.json and package.json files do, it contains all the needed information.
To install the dependencies and create the node_modules directory on your computer, just run the command "npm install".

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

2 participants