We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to https://docs.nodesource.com/docs/nsolid/quickstart/local, nsolid is installed and updated via
nsolid
$ sudo apt-get install nsolid -y
This, however, isn't a really easy approach as users don't get used to doing it using Node.js. In my opinion, we have two ways of solving it:
nvm
volta
nsolid --update
What do you folks think about it? @brycebaril @edsadr @trevnorris @santigimeno
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to https://docs.nodesource.com/docs/nsolid/quickstart/local,
nsolid
is installed and updated via$ sudo apt-get install nsolid -y
This, however, isn't a really easy approach as users don't get used to doing it using Node.js. In my opinion, we have two ways of solving it:
nvm
,volta
and other Node.js version managersnsolid --update
that automatically updates the binary via command line.What do you folks think about it? @brycebaril @edsadr @trevnorris @santigimeno
The text was updated successfully, but these errors were encountered: