Skip to content
New issue

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

Failed to install Relaxed on Ubuntu18.04 on EC2 #183

Open
fryce opened this issue Aug 11, 2020 · 1 comment
Open

Failed to install Relaxed on Ubuntu18.04 on EC2 #183

fryce opened this issue Aug 11, 2020 · 1 comment

Comments

@fryce
Copy link

fryce commented Aug 11, 2020

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
image

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
image
image

Not sure if there's any prerequisites I miss? Thanks!

@DanielRuf
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants