-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Description
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
└── 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>
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
└── 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>
Please Somebody help me !