Lesson 4: installing yarn #260
-
Hey, has anyone had the same issue? when installing yarn (nom install --global yarn) I got a error message with "No permission/access". Anyway I still get this error message:
npm ERR! code EACCES thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
solved it by adding "sudo" in front :) |
Beta Was this translation helpful? Give feedback.
solved it by adding "sudo" in front :)
sudo npm install --global yarn