crypto-puppers icon indicating copy to clipboard operation
crypto-puppers copied to clipboard

Fix node version to avoid verbose NPM errors

Open Ambros94 opened this issue 4 years ago • 0 comments

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.

Ambros94 avatar Oct 06 '20 18:10 Ambros94