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

Error when installing #3

Open
jacoblindgren opened this issue Mar 19, 2015 · 1 comment
Open

Error when installing #3

jacoblindgren opened this issue Mar 19, 2015 · 1 comment

Comments

@jacoblindgren
Copy link

When I ran npm install -g svg2gcode in Terminal I received a long error:

npm ERR! tar.unpack untar error /Users/jacob/.npm/svg2gcode/0.0.5/package.tgz
npm ERR! Darwin 13.2.0
npm ERR! argv "node" "/usr/local/bin/npm" "install" "-g" "svg2gcode"
npm ERR! node v0.12.0
npm ERR! npm  v2.5.1
npm ERR! path /usr/local/lib/node_modules/svg2gcode
npm ERR! code EACCES
npm ERR! errno -13

npm ERR! Error: EACCES, mkdir '/usr/local/lib/node_modules/svg2gcode'
npm ERR!     at Error (native)
npm ERR!  { [Error: EACCES, mkdir '/usr/local/lib/node_modules/svg2gcode']
npm ERR!   errno: -13,
npm ERR!   code: 'EACCES',
npm ERR!   path: '/usr/local/lib/node_modules/svg2gcode',
npm ERR!   fstream_type: 'Directory',
npm ERR!   fstream_path: '/usr/local/lib/node_modules/svg2gcode',
npm ERR!   fstream_class: 'DirWriter',
npm ERR!   fstream_stack: 
npm ERR!    [ '/usr/local/lib/node_modules/npm/node_modules/fstream/lib/dir-writer.js:36:23',
npm ERR!      '/usr/local/lib/node_modules/npm/node_modules/mkdirp/index.js:46:53',
npm ERR!      'FSReqWrap.oncomplete (fs.js:99:15)' ] }
npm ERR! 
npm ERR! Please try running this command again as root/Administrator.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/jacob/npm-debug.log

Could you help identify what I've done wrong? Thanks.

@MaraniMatias
Copy link

sudo npm install -g svg2gcode

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