kbrsh/wade

Hi!, I am getting error to install wade.

jitendra3109 opened this issue · 4 comments

jsroyal@hp:~/wade/wade$ sudo npm install wade
sudo: unable to resolve host hp: Connection timed out
npm ERR! Linux 4.10.0-33-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "wade"
npm ERR! node v4.2.6
npm ERR! npm v3.5.2
npm ERR! code ENOSELF

npm ERR! Refusing to install wade as a dependency of itself
npm ERR!

npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/issues

npm ERR! Please include the following file with any support request:
npm ERR! /home/jsroyal/wade/wade/npm-debug.log

kbrsh commented

You seem to be installing Wade in a clone of the repo. Try installing it in another folder.

Ok! But still getting an error.

jsroyal@hp:~/project$ sudo npm install wade
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.1.2
npm WARN enoent ENOENT: no such file or directory, open '/home/jsroyal/package.json'
npm WARN jsroyal No description
npm WARN jsroyal No repository field.
npm WARN jsroyal No README data
npm WARN jsroyal No license field.

kbrsh commented

That's not a problem with Wade, and those are all warnings anyway. It's just npm complaining about you not having a package.json to work with.

kbrsh commented

Closing due to inactivity.