search

Home  >  Q&A  >  body text

angular.js - Error when installing angular using yeoman

I got this error when installing angular with yo?

/usr/local/lib/node_modules/yo/node_modules/configstore/index.js:46
                                throw err;
                                      ^
Error: EACCES, permission denied '/root/.config/configstore/insight-yo.json'
You don't have access to this file.

    at Error (native)
    at Object.fs.openSync (fs.js:500:18)
    at Object.fs.readFileSync (fs.js:352:15)
    at Object.create.all.get (/usr/local/lib/node_modules/yo/node_modules/configstore/index.js:27:26)
    at Object.Configstore (/usr/local/lib/node_modules/yo/node_modules/configstore/index.js:20:44)
    at new Insight (/usr/local/lib/node_modules/yo/node_modules/insight/lib/index.js:37:34)
    at Object.<anonymous> (/usr/local/lib/node_modules/yo/lib/cli.js:130:15)
    at Module._compile (module.js:460:26)
    at Object.Module._extensions..js (module.js:478:10)
    at Module.load (module.js:355:32)

習慣沉默習慣沉默2775 days ago516

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2017-05-15 16:56:15

    I have encountered this problem before
    1. Add the group user permissions you are using to the directory/file, STFG
    2. Don’t use root user to install

    reply
    0
  • Cancelreply