Saturday 14 January 2017

help using nvm and node on debian

So I've installed the nodejs package from the debian repos, and aliased the command with node. When I run node --version I get 4.7.2, the version listed in the debian repos.Then I installed the node version manager nvm and ran nvm install node && nvm use node and it says node version 7.4.0 was installed but when I run node --version Im still using v4.7.2.The reason this is an issue is because I am using the node module sequelize and sqlite3 but I'm getting the error below and many of the resolutions seem to deal with upgrading to node v5+ Error: Please install sqlite3 package manually

Submitted January 14, 2017 at 11:02PM by masterurbiz

No comments:

Post a Comment