-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
warning and nothing installs somebody help me #3977
Comments
Looks like you forgot to create your |
You probably also don't want to do it in your home directory. You probably want to first create a directory for your project and run |
I'm going to close this issue, but if you have further questions or difficulties, feel free to post an issue in the issue tracker designated for help questions: https://github.com/nodejs/help/issues This issue tracker is for node itself (bugs, feature requests, etc.) and not a general user help forum. |
By the way, those are warnings only. The packages probably did install into the |
How other people install ws and jx modules so flawlessly ? https://youtu.be/7LsZ8z-wLbU?t=111 what is wrong with my installation ? |
If you use npm 2.x, you will not get any warnings. However, the recent npm 3.x issues these warnings. They are only warnings. The package is successfully installing. Any video showing the packages installing without warnings when there is no For that matter, it is also probably using Node 4 or earlier. |
@ Trott : Thanks for Reply. I'll give it a try. pause the video at https://youtu.be/7LsZ8z-wLbU?t=123 he is using [email protected]. i'll try both 3.3.6 and version 2 x my npm version is |
@Nueb I'd like to emphasis that you are missing the You need to create a valid Here is more information on this file: https://docs.npmjs.com/files/package.json |
@ Trott >>. Amazing It worked. 💯 I used "npm-windows-upgrade" to install npm v 2 . Here is log Your environment has been set up for using Node.js 5.1.0 (x64) and npm. C:\Users\agario>npm -v C:\Users\agario>npm install jx C:\Users\agario>npm install ws
C:\Users\agario\node_modules\ws\node_modules\bufferutil>if not defined npm_confi @tflanagan I'd try that too !! 👍 |
System :
Windows 7 Ultimate Fresh Install. (64 bit )
Python 2.7
Visual Studio Express 2013 for Windows Desktop
Git
Node.js latest version 5.1.0 ( 64 bit )
I am trying to install these two packages
1] jx https://www.npmjs.com/package/jx
2] ws https://www.npmjs.com/package/ws
but for some reason nothing installs ... i get bunch of warnings
When i tried to install jx I got these warnings
Your environment has been set up for using Node.js 5.1.0 (x64) and npm.
C:\Users\agario>npm install jx
C:\Users\agario
└── [email protected]
npm WARN ENOENT ENOENT: no such file or directory, open 'C:\Users\agario\package
.json'
npm WARN EPACKAGEJSON agario No description
npm WARN EPACKAGEJSON agario No repository field.
npm WARN EPACKAGEJSON agario No README data
npm WARN EPACKAGEJSON agario No license field.
C:\Users\agario>
and when I tried ws I got following warnings
Your environment has been set up for using Node.js 5.1.0 (x64) and npm.
C:\Users\agario>npm install --save ws
npm WARN saveError ENOENT: no such file or directory, open 'C:\Users\agario\pack
age.json'
C:\Users\agario
└── [email protected]
npm WARN ENOENT ENOENT: no such file or directory, open 'C:\Users\agario\package
.json'
npm WARN EPACKAGEJSON agario No description
npm WARN EPACKAGEJSON agario No repository field.
npm WARN EPACKAGEJSON agario No README data
npm WARN EPACKAGEJSON agario No license field.
C:\Users\agario>
Please Somebody help me !
The text was updated successfully, but these errors were encountered: