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

npm install issue #262

Closed
gebeer opened this issue May 27, 2020 · 1 comment
Closed

npm install issue #262

gebeer opened this issue May 27, 2020 · 1 comment
Assignees
Labels
Milestone

Comments

@gebeer
Copy link

gebeer commented May 27, 2020

If you clone latest relaese 2.0.0 and try to do npm install, no node_modules folder is created. I spent an hour to solve this.
If you do npm list it complains about invalid version number "2.0"
This warning causes npm to not install any modules without throwing an error or any hint.

To resolve this, I changed the version number in package.json to "2.0.0"

Now npm install runs smoothly :-)

@cdevroe
Copy link
Owner

cdevroe commented May 27, 2020

@gebeer I cannot believe we didn't see this issue! Thanks for reporting it. We'll make sure it is in the next release.

@cdevroe cdevroe self-assigned this May 27, 2020
@cdevroe cdevroe added the bug label May 27, 2020
@cdevroe cdevroe added this to the 2020.2 milestone May 27, 2020
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