IONISx / edx-theme

Open edX responsive theme using Bootstrap
http://ioni.sx
54 stars 102 forks source link

npm install failed #35

Closed Thirumalaimurugan closed 9 years ago

Thirumalaimurugan commented 9 years ago

sudo npm install -g grunt-cli bower is sucess after that I tried the following and I got the error

sudo npm install

sudo npm install npm ERR! install Couldn't read dependencies npm ERR! package.json ENOENT, open '/home/test/package.json' npm ERR! package.json This is most likely not a problem with npm itself. npm ERR! package.json npm can't find a package.json file in your current directory.

npm ERR! System Linux 3.2.0-23-generic npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" npm ERR! cwd /home/test npm ERR! node -v v0.10.31 npm ERR! npm -v 1.4.23 npm ERR! path /home/test/package.json npm ERR! code ENOPACKAGEJSON npm ERR! errno 34 npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/test/npm-debug.log npm ERR! not ok code 0

tusbar commented 9 years ago

You need to be in the theme’s directory in order to run npm install.

cd edx-theme
npm install