Varying-Vagrant-Vagrants / VVV

An open source Vagrant configuration for developing with WordPress
https://varyingvagrantvagrants.org
MIT License
4.54k stars 847 forks source link

Refactor the Node Provisioner to use NVM #2580

Closed tomjn closed 2 years ago

tomjn commented 2 years ago

Sometimes grunt fails to provision because npm goes missing when it's installed and the next npm command fails. This is related to the bug where we updated npm globally leading to its dissapearance

We always knew we would need to install npm separately but Instead it's time we bit the bullet and merged the nvm utility in

tomjn commented 2 years ago

Closed via #2581