-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
insight-bower.yml with EACCESS error by default #1607
Comments
Maybe your |
I got similar error today with new installation on Ubuntu with sudo npm install bower -g command, expected config folder was not created in bower installation
|
Before I've installed mc and it creates .config folder by root so bower simply doesn't have access to it. Fixed with chown. |
I just fixed it in Windows.
it worked for me like charm. |
I just got a similar issue trying a first time deployment to openshift. pushed repo, ran npm install, then ran bower install. I am guessing this is because root is the owner of the home directory I get dropped in by the
Error: EACCES, permission denied '/var/lib/openshift/54db291bfcf933fd3e000039/.config' at Module._compile (module.js:456:26) |
I reinstalled my node setup using this git repo https://github.com/brock/node-reinstall Error: EACCES, permission denied '/Users/benhalverson/.config/configstore/bower-github.yml'
|
I am also having this problem. Ubuntu 14.04, almost fresh VPS, cannot get bower to do anything at all. Even |
I had the same error on Elementary Os Freya. I fix it changing ownner in both .config and .cache directories with this command |
Thanks Angel-Gonzalez, that worked for me too. |
@Angel-Gonzalez this resolved it for me too - thanks! |
@Angel-Gonzalez this helped me a lot! Thanks! |
Thank you, @Angel-Gonzalez ! worked for me, too. You're a lifesaver. |
@Angel-Gonzalez this works in a mac too, thank you. |
I think this should be written somewhere official. |
@Angel-Gonzalez ta, nice one. |
This is still an issue, but I found it via a post install step on StriderCD. After installing node via global nvm, same issues on .config and .cache and .local, they aren't even able to be created. Having to manually change permissions on directories that don't exist once the npm install exits non-zero is not ideal. Is there a better way to get around this? How does bower determine to use $HOME/.config et al and should it be using a /usr/local directory when installed globally and/or by root? |
Thanks Angel-Gonzalez, It worked. |
Thanks Angel-Gonzalez, that worked for me too. |
@Angel-Gonzalez this resolved it for me too - thanks! |
@Angel-Gonzalez thanks, that was the solution... |
Yes! Thank you @Angel-Gonzalez |
@Angel-Gonzalez, thanks, help me a lot |
Thank you @Angel-Gonzalez |
@Angel-Gonzalez ,thanks! It works! ha~ha~ha~ |
@Angel-Gonzalez Thanks for your valuable answer 💯 |
@Angel-Gonzalez Thanks a lot! It works! |
@Angel-Gonzalez it worked for me too. Thanks a lot |
@Angel-Gonzalez solution didn't work for me, but this did: |
@Angel-Gonzalez it worked for me too. Thanks a lot |
Guys is you have problem with EACCESS, bower have no permissions to make such operations like removing, adding, rewriting (and other) with files. I fixed it just run this command |
@Angel-Gonzalez thanks ! |
@Angel-Gonzalez Thanks! |
@Angel-Gonzalez, Your tip was really helpful! Thank you! |
@Angel-Gonzalez solved! Thanks! I was lost on that one |
seriously this was annoying. Thanks @Angel-Gonzalez |
@Angel-Gonzalez thanks that resolved it, appreciate it |
Thanks @Angel-Gonzalez Worked for me too! |
@Angel-Gonzalez Thanks a lot! |
@Angel-Gonzalez Thanks ! |
@Angel-Gonzalez Thanks works on oxs snow too! |
@Angel-Gonzalez Thanks worked Yosemite. |
Locking to prevent any more "me too" messages cluttering up the volunteer's review queue. |
Hey, weird error, I was just doing a fresh install on a server and bower installed fine however when trying to run "bower install" it gave me the EACCESS permission denied error for the ".config/configstore/insight-bower.yml" file.
I never installed bower or npm for that matter via root, this was the first time on this machine that "bower install" was running. When trying to chown the "insight-bower.yml" file it told me it didnt exist, which is true. I resolved it by chown the whole .config folder.
This is with bower v1.3.12. Maybe this is some real bug for bower or just some weird config error on the machine but thought I might flag it up, keep up the good work :)
The text was updated successfully, but these errors were encountered: