You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running following command, I have an blocking error:
Command:
yo hubot --owner="you@all.org" --name="omi" --description="OMi bot" --defaults
Error:
root@40fd72d5d9d3:~/hubot# yo hubot --owner="you@all.org" --name="omi" --description="OMi bot" --defaults
/usr/local/lib/node_modules/yo/node_modules/insight/node_modules/configstore/index.js:53
throw err;
^
Error: EACCES: permission denied, open '/root/.config/configstore/insight-yo.json'
You don't have access to this file.
at Object.fs.openSync (fs.js:651:18)
at Object.fs.readFileSync (fs.js:553:33)
at Configstore.get (/usr/local/lib/node_modules/yo/node_modules/insight/node_modules/configstore/index.js:34:26)
at Configstore.get (/usr/local/lib/node_modules/yo/node_modules/insight/node_modules/configstore/index.js:81:13)
at Insight.get (/usr/local/lib/node_modules/yo/node_modules/insight/lib/index.js:48:22)
at Object.<anonymous> (/usr/local/lib/node_modules/yo/lib/cli.js:194:47)
at Module._compile (module.js:569:30)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:503:32)
at tryModuleLoad (module.js:466:12)
Any ideas how to solve this ? It's not a permission issue, it looks like related to npm binnary.
What OS are you using ?
Thank you
The text was updated successfully, but these errors were encountered:
Hello,
After running following command, I have an blocking error:
Command:
Error:
Any ideas how to solve this ? It's not a permission issue, it looks like related to npm binnary.
What OS are you using ?
Thank you
The text was updated successfully, but these errors were encountered: