-
Notifications
You must be signed in to change notification settings - Fork 27.5k
EPERM error during bower install - already running as administrator #5336
Comments
Hi, |
sure will try now |
that worked, thank you. |
Hi @cortfritz, So do you still have the problem with the master branch? |
yay, so glad that I misunderstood. I didn't want to live in 1.0-land. Although I did get 1.0 to build. I will retry w/ master branch. |
getting odd error: bower.json definitely exists. |
bower install wasn't doing anything (as described above) presuming this was no longer a necessary step. (?) went ahead w/ grunt package which completed (had to use --force to get around EPERM rename issue) grunt test:e2e fails as follows: Running "tests:end2end" (tests) task Warning: Karma test(s) failed. Exit code: 1 Use --force to continue. Aborted due to warnings. |
You have to run Could you try again? |
Assigning to @petebacondarwin as he has a Windows machine :-) |
i tested on my machine (windows7 64bit), still failing to install and compile. Stack trace: System info: i also tried grunt package without bower, failing with the same error. |
I also tested on my Windows 7 64bit and I get the same EPERM warning when I run grunt to every version of AngularJS after 1.2.0 rc1. I last tested with v1.2.9:
What I was able to find by browsing the path is this: the user folder in C:\Users\ is not my current user, it looks like an old MS-DOS shortened version of it (ANGELI~1.SIR instead of angelin.sirbu), maybe this is significant somehow? |
Similar issue here:
Edit: Nevermind, Pete figured it out: #5502 (comment) (roll back to Bower version 1.2.6) |
Duplicate of ttps://github.com//issues/5502 |
Hi I got the following dump on Win8.1 during the bower install portion of angular.js setup. My command prompt was already running as administrator (i.e. I looked at #3965).
Here is the dump:
C:\Users\cofritz\Documents\GitHub\angular.js>bower install
bower bootstrap#* not-cached https://raw.github.com/twbs/bootstrap/v2.0.2/docs/assets/bootstrap.zip#*
bower bootstrap#* resolve https://raw.github.com/twbs/bootstrap/v2.0.2/docs/assets/bootstrap.zip#*
bower ng-closure-runner#* not-cached https://raw.github.com/angular/ng-closure-runner/v0.2.2/assets/ng-closure-runner.
zip#*
bower ng-closure-runner#* resolve https://raw.github.com/angular/ng-closure-runner/v0.2.2/assets/ng-closure-runner.
zip#*
bower closure-compiler#* not-cached https://closure-compiler.googlecode.com/files/compiler-20130603.zip#*
bower closure-compiler#* resolve https://closure-compiler.googlecode.com/files/compiler-20130603.zip#*
bower bootstrap#* download https://raw.github.com/twbs/bootstrap/v2.0.2/docs/assets/bootstrap.zip
bower closure-compiler#* download https://closure-compiler.googlecode.com/files/compiler-20130603.zip
bower ng-closure-runner#* download https://raw.github.com/angular/ng-closure-runner/v0.2.2/assets/ng-closure-runner.
zip
bower lunr.js#0.4.0 cached git://github.com/olivernn/lunr.js.git#0.4.0
bower lunr.js#0.4.0 validate 0.4.0 against git://github.com/olivernn/lunr.js.git#0.4.0
bower jquery#1.10.2 cached git://github.com/components/jquery.git#1.10.2
bower jquery#1.10.2 validate 1.10.2 against git://github.com/components/jquery.git#1.10.2
bower google-code-prettify#1.0.0 cached git://github.com/tcollard/google-code-prettify.git#1.0.0
bower google-code-prettify#1.0.0 validate 1.0.0 against git://github.com/tcollard/google-code-prettify.git#1.0.0
bower components-font-awesome#3.1.0 cached git://github.com/components/font-awesome.git#3.1.0
bower components-font-awesome#3.1.0 validate 3.1.0 against git://github.com/components/font-awesome.git#3.1.0
bower ng-closure-runner#* extract ng-closure-runner.zip
bower bootstrap#* extract bootstrap.zip
bower closure-compiler#* extract compiler-20130603.zip
bower ng-closure-runner#* EPERM EPERM, rename 'C:\Users\cofritz\AppData\Local\Temp\REDMOND-cofritz\bow
er\ng-closure-runner-26884-dN9IQd'
Stack trace:
Error: EPERM, rename 'C:\Users\cofritz\AppData\Local\Temp\REDMOND-cofritz\bower\ng-closure-runner-26884-dN9IQd'
Console trace:
Trace
at StandardRenderer.error (C:\Users\cofritz\AppData\Roaming\npm\node_modules\bower\lib\renderers\StandardRenderer.js
:74:17)
at Logger.updateNotifier.packageName (C:\Users\cofritz\AppData\Roaming\npm\node_modules\bower\bin\bower:109:18)
at Logger.EventEmitter.emit (events.js:95:17)
at Logger.emit (C:\Users\cofritz\AppData\Roaming\npm\node_modules\bower\node_modules\bower-logger\lib\Logger.js:29:3
9)
at C:\Users\cofritz\AppData\Roaming\npm\node_modules\bower\lib\commands\install.js:27:16
at _rejected (C:\Users\cofritz\AppData\Roaming\npm\node_modules\bower\node_modules\q\q.js:808:24)
at C:\Users\cofritz\AppData\Roaming\npm\node_modules\bower\node_modules\q\q.js:834:30
at Promise.when (C:\Users\cofritz\AppData\Roaming\npm\node_modules\bower\node_modules\q\q.js:1079:31)
at Promise.promise.promiseDispatch (C:\Users\cofritz\AppData\Roaming\npm\node_modules\bower\node_modules\q\q.js:752:
41)
at C:\Users\cofritz\AppData\Roaming\npm\node_modules\bower\node_modules\q\q.js:574:44
System info:
Bower version: 1.2.8
Node version: 0.10.3
The text was updated successfully, but these errors were encountered: