wbyoung / avn

Automatic Version Switching for Node
MIT License
1.14k stars 54 forks source link

avn setup is not working properly with node >10 #77

Open ctaepper opened 6 years ago

ctaepper commented 6 years ago

Please describe your issue clearly and also include all details below.

Details

nvm specific


npm install -g avn avn-nvm installs both packages properly in the global node_modules folder

but when running avn setup, the script does not copy the plugins (in this case avn-nvm) into the plugins folder at ~/.avn/plugins.

when running the same steps with node 8, everything is working as expected