schultyy / avm

Installs Ruby and node.js on your machine
11 stars 4 forks source link

Better error message if system npm is not installed #76

Open schultyy opened 8 years ago

schultyy commented 8 years ago

Given the case a user has a system node installed but not npm. When running

$ avm use system

The user gets It appears that there's no node.js preinstalled on this system as error message. This is caused by non existent npm. Here the user needs to get a better error message or avm links to node only.