SolidOS / solidos

The operating system for Solid
https://solidos.solidcommunity.net/
MIT License
127 stars 19 forks source link

Ensure that 'nvm use' is applied properly across various directories and commands. `npm run watch` and `npm run setup` are now deterministic and reliable. #32

Closed DoctorBud closed 3 years ago

DoctorBud commented 3 years ago

This PR should fix issues folks have been having with running npm run setup and getting errors like:

nvm is not compatible with the "PREFIX" environment variable Run unset PREFIX to unset it.

Summary of changes

Background

michielbdejong commented 3 years ago

Awesome work, thanks a lot!!