Skip to content
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

What is wrong with my node.js and npm [npm WARN ] #3985

Closed
Nueb opened this issue Nov 23, 2015 · 1 comment
Closed

What is wrong with my node.js and npm [npm WARN ] #3985

Nueb opened this issue Nov 23, 2015 · 1 comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. npm Issues and PRs related to the npm client dependency or the npm registry. question Issues that look for answers.

Comments

@Nueb
Copy link

Nueb commented Nov 23, 2015

I am trying to install ws and jx modules and I am getting bunch of warnings

C:\Users\agario>npm install jx
C:\Users\agario
+-- jx@0.1.3

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>

&

Your environment has been set up for using Node.js 5.1.0 (ia32) and npm.

C:\Users\agario>npm install ws
C:\Users\agario
└── ws@0.8.0

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>

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

How to fix this issue

@evanlucas
Copy link
Contributor

Duplicate of #3977.

Those are just warnings, so the packages look to be installing successfully

@ChALkeR ChALkeR added duplicate Issues and PRs that are duplicates of other issues or PRs. question Issues that look for answers. npm Issues and PRs related to the npm client dependency or the npm registry. labels Nov 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. npm Issues and PRs related to the npm client dependency or the npm registry. question Issues that look for answers.
Projects
None yet
Development

No branches or pull requests

3 participants