You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
duplicateIssues and PRs that are duplicates of other issues or PRs.npmIssues and PRs related to the npm client dependency or the npm registry.questionIssues that look for answers.
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.
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
The text was updated successfully, but these errors were encountered:
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
duplicateIssues and PRs that are duplicates of other issues or PRs.npmIssues and PRs related to the npm client dependency or the npm registry.questionIssues that look for answers.
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
The text was updated successfully, but these errors were encountered: