You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 2, 2020. It is now read-only.
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.
Given the case a user has a system node installed but not npm. When running
The user gets
It appears that there's no node.js preinstalled on this systemas 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.