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 clean-install requires npm >= v6.5.0 #20

Closed
LiaraAlis opened this issue Mar 1, 2019 · 4 comments
Closed

npm clean-install requires npm >= v6.5.0 #20

LiaraAlis opened this issue Mar 1, 2019 · 4 comments

Comments

@LiaraAlis
Copy link
Contributor

With commit 7add82d348bfa957a52672e26b3aa972e27d792a npm clean-install is used. This command is not available before npm version 6.5.0: https://github.com/npm/cli/releases/tag/v6.5.0
But currently required is npm >= 3.5.2.

@mitelg
Copy link
Member

mitelg commented Mar 1, 2019

thanks for the hint 👍 we already mentioned this in our docs https://github.com/shopware/platform/blob/master/src/Docs/1-getting-started/10-dev-setup.md
but it is still missing in the package.json

@mitelg mitelg transferred this issue from shopware/development Mar 1, 2019
@mitelg
Copy link
Member

mitelg commented Mar 1, 2019

fixed with e43a4d4

@mitelg mitelg closed this as completed Mar 1, 2019
@LiaraAlis
Copy link
Contributor Author

@mitelg
Thanks for the fix.
But the documentation on docs.shopware.com does not seem to be up to date: https://docs.shopware.com/en/shopware-platform-en/getting-started/dev-setup?category=shopware-platform-en/getting-started#hard-requirements

@mitelg
Copy link
Member

mitelg commented Mar 6, 2019

@LiaraAlis thanks for the hint. Unfortunately the sync is a bit out of date. As you can see in the docs repo, this is already fixed, but not yet deployed. but we are working on that with high prio 👍
Nevertheless I fixed the npm version manually for the time being 😉

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