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
Procedure:
Launch a clean Ubuntu18.04, login with default user ubuntu
#node -v v8.10.0
#sudo apt-get update -y #sudo apt install npm #sudo npm cache clean -f #sudo n stable
#node -v v12.18.3
#npm i -g relaxedjs
I know the README tells me not to use sudo but I met permission error so I gotta have a try #sudo npm i -g relaxedjs
Not sure if there's any prerequisites I miss? Thanks!
The text was updated successfully, but these errors were encountered:
This is a known permission issue with npm. What is your npm version? Best is to not install it globally but use npx if possible.
npx
Sorry, something went wrong.
No branches or pull requests
Procedure:
Step1.
Launch a clean Ubuntu18.04, login with default user ubuntu
Step2.
#node -v
v8.10.0
#sudo apt-get update -y
#sudo apt install npm
#sudo npm cache clean -f
#sudo n stable
#node -v
v12.18.3
Step3.
#npm i -g relaxedjs
I know the README tells me not to use sudo but I met permission error so I gotta have a try
#sudo npm i -g relaxedjs
Not sure if there's any prerequisites I miss? Thanks!
The text was updated successfully, but these errors were encountered: