portis-project / crypto-puppers

🐶 Even digital doggos need a home!
https://cryptopuppers.co
20 stars 12 forks source link

Fix node version to avoid verbose NPM errors #2

Open Ambros94 opened 4 years ago

Ambros94 commented 4 years ago

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.