I
I
Ilya Sidorenko2014-03-02 12:34:26
Command line
Ilya Sidorenko, 2014-03-02 12:34:26

How to solve bower problem on Windows?

You need to run the commands:
npm install -g grunt-cli
npm install -g bower
npm install
bower install //bower: command not found
gulp
Showed an error in the line comment.
npm-debug:
0 info it worked if it ends with ok
1 verbose cli [ 'c:\\Program Files\\nodejs\\node.exe',
1 verbose cli 'c:\\Program Files\\nodejs\\node_modules \\npm\\bin\\npm-cli.js',
1 verbose cli 'install' ]
2 info using [email protected]
3 info using [email protected]
4 error install Couldn't read dependencies
5 error package. json ENOENT, open 'c:\logosapp\package.json'
5 error package.json This is most likely not a problem with npm itself.
5 error package.json npm can't find a package.json file in your current directory.
6 error System Windows_NT 6.2.9200
7 error command "c:\\Program Files\\nodejs\\node.exe" "c:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli .js" "install"
8 error cwd c:\logosapp
9 error node -v v0.10.25
10 error npm -v 1.3.24
11 error path c:\logosapp\package.json
12 error code ENOPACKAGEJSON
13 error errno 34
14 verbose exit [ 34, true ]

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
maxaon, 2014-03-02
@iskros

Make sure your PATH contains the path to%APPDATA%\npm

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question