halfzebra / create-elm-app

🍃 Create Elm apps with zero configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot npm install package

sw00d opened this issue · comments

I'm getting an error trying to run sudo npm install create-elm-app -g on linux:

ERR { Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/create-elm-app/node_modules/elmi-to-json/unpacked_bin'

Any ideas?

Hi Samuel!

NPM is known for having permission issues when installing globally on UNIX.

Here are the possible solutions:

Let me know if this is helpful!

Feel free to re-open this if you have further questions!