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

Fix node version to avoid verbose NPM errors #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix node version to avoid verbose NPM errors #2

wants to merge 1 commit into from

Conversation

Ambros94
Copy link

@Ambros94 Ambros94 commented Oct 6, 2020

Problem

Currently the node version is not specified neither in the README nor in the package.json
Trying to install everything with node v12 leads to multiple verbose errors that can ruin the plug-and-play experience that should be provided by a demo project

Proposed solution

Fix the version of node to v10 and enable strict checking, so that running npm install with another node version immediately leads to a clear error that tells the user to use the correct version.

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

Successfully merging this pull request may close these issues.

1 participant