Hey I've been trying to install "ws" module but when I run npm install ws
it gives following error,
npm WARN enoent ENOENT:<Folder name> no such file or directory, open 'G:\Dead Simple\package.json'
Well I searched for solution , everybody answered it as you should have package.json
file in your project directory but being a beginner I really don't what to write in that file.How should I resolve it ?
It gives me exactly this output ...
npm WARN enoent ENOENT: no such file or directory, open 'G:\Dead Simple\package.json'
npm WARN Dead Simple No description
npm WARN Dead Simple No repository field.
npm WARN Dead Simple No README data
npm WARN Dead Simple No license field.