NemProject / NanoWallet

👛
287 stars 13 forks source link

[Medium][Install/Build] Installation and build require different versions of NodeJs #625

Open QuantumMechanics opened 3 years ago

QuantumMechanics commented 3 years ago

Expected Behavior

Should be able to install and build the application using a single version of NodeJS

Current Behavior

The installation and build processes are breaking due to different version requirement.

nvm use 12.20.1
npm install
nvm use 11.15.0
npm rebuild node-sass
gulp

Possible Solution