Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

'bower install' fail on Windows #5502

@gimmi

Description

@gimmi

Hi, I'm trying to setup development environment for AngularJS and so I'm following the procedure described here. I keep getting an error with the command bower install relative to installation of a package called ng-closure-runner#*. Here is the full console log for the command:

C:\Users\gimmi\Sources\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 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 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 bootstrap#*             download https://raw.github.com/twbs/bootstrap/v2.0.2/docs/assets/bootstrap.zip
bower ng-closure-runner#*     download https://raw.github.com/angular/ng-closure-runner/v0.2.2/assets/ng-closure-runner.zip
bower closure-compiler#*      download https://closure-compiler.googlecode.com/files/compiler-20130603.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\gimmi\AppData\Roaming\bower\cache\packages\b49378d5565266ad51701fa65c017d3e\_wildcard'

Stack trace:
Error: EPERM, rename 'C:\Users\gimmi\AppData\Roaming\bower\cache\packages\b49378d5565266ad51701fa65c017d3e\_wildcard'

Console trace:
Trace
    at StandardRenderer.error (C:\Users\gimmi\AppData\Roaming\npm\node_modules\bower\lib\renderers\StandardRenderer.js:74:17)
    at Logger.updateNotifier.packageName (C:\Users\gimmi\AppData\Roaming\npm\node_modules\bower\bin\bower:109:18)
    at Logger.EventEmitter.emit (events.js:95:17)
    at Logger.emit (C:\Users\gimmi\AppData\Roaming\npm\node_modules\bower\node_modules\bower-logger\lib\Logger.js:29:39)
    at C:\Users\gimmi\AppData\Roaming\npm\node_modules\bower\lib\commands\install.js:27:16
    at _rejected (C:\Users\gimmi\AppData\Roaming\npm\node_modules\bower\node_modules\q\q.js:808:24)
    at C:\Users\gimmi\AppData\Roaming\npm\node_modules\bower\node_modules\q\q.js:834:30
    at Promise.when (C:\Users\gimmi\AppData\Roaming\npm\node_modules\bower\node_modules\q\q.js:1079:31)
    at Promise.promise.promiseDispatch (C:\Users\gimmi\AppData\Roaming\npm\node_modules\bower\node_modules\q\q.js:752:41)
    at C:\Users\gimmi\AppData\Roaming\npm\node_modules\bower\node_modules\q\q.js:574:44

System info:
Bower version: 1.2.8
Node version: 0.10.24
OS: Windows_NT 6.2.9200 x64

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions