Open v-pavanp opened 8 years ago
admin access
Same problem here running Ubuntu 16.04 even with sudo:
npm WARN enoent ENOENT: no such file or directory, open '/home/joe/Dropbox/Projects/ePlanket/src/packag e.json' npm WARN src No description npm WARN src No repository field. npm WARN src No README data npm WARN src No license field.
Ran into the same issue so did what the warning suggested:
Please install jshint in your workspace folder using
npm install jshint
or globally using
npm install -g jshint
Still annoying that we have to do this manually.
I faced the similar issue and i resolved it recently. Uninstall jshint and js lint extensions from vs code. Then install node.js latest version. Then install jslint and jshint with the help of nodejs cmd by typing "npm install -g jshint/jslint". Once you are done then go to vscode and install jshint and jslint extensions. Reload the vscode. You are done.
I'm having the same issue on Linux Manjaro using volta. Can't solve it.
VSCode version: 1.1.0-alpha OS: Windows10
Steps to Reproduce:
Actual getting error message : "Failed to load jshint library. Please install jshint in your workspace folder "
Error message from Developer tool: messageService.ts:119 Failed to load jshint library. Please install jshint in your workspace folder using 'npm install jshint' or globally using 'npm install -g jshint' and then press Retry.e.doShow @ messageService.ts:119e.show @ messageService.ts:103(anonymous function) @ extHostMessageService.ts:88__dirname.undefined.t.Class.derive._oncancel @ winjs.base.raw.js:1901e.$showMessage @ extHostMessageService.ts:58e.handle @ abstractThreadService.ts:100s @ ipcRemoteCom.ts:269f @ ipcRemoteCom.ts:226_combinedTickCallback @ internal/process/next_tick.js:67_tickCallback @ internal/process/next_tick.js:98 shell