question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

npm WARN deprecated

See original GitHub issue
$ npm install -g eclint
npm WARN deprecated @types/commander@2.12.2: This is a stub types definition for commander (https://github.com/tj/commander.js). commander provides its own type definitions, so you don't need @types/commander installed!
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
/home/travis/.nvm/versions/node/v9.11.1/bin/eclint -> /home/travis/.nvm/versions/node/v9.11.1/lib/node_modules/eclint/bin/eclint.js
+ eclint@2.6.0
added 286 packages in 13.368s

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
josephfraziercommented, Jun 12, 2018

Looks like @types/commander was removed from this project in 59f3ab29ff4cfc67591135d0ae569189405ba0b9, so we’d need to:

  1. Publish a new version of editorconfig
  2. Upgrade eclint to the new editorconfig
  3. Publish a new version of eclint
  4. Upgrade editorconfig to the new eclint
  5. Publish a new version of editorconfig
1reaction
jednanocommented, Oct 13, 2018

Published v0.15.1.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to handle npm WARN deprecated messages when ...
The npm WARN deprecated message means that the package installed on your project is not recommended for use. This may be due to...
Read more >
NPM warn message about deprecated package - Stack Overflow
This command will analyze installed NPM-packages and their versions. The report will contain: package name; latest version; current version; dependency path ( ...
Read more >
npm-deprecate
This command will update the npm registry entry for a package, providing a deprecation warning to all who attempt to install it. ......
Read more >
NPM deprecated warning : r/npm - Reddit
NPM deprecated warning · Make sure node_modules is in the . · Delete the node_modules folder so you can install everything fresh. ·...
Read more >
npm WARN deprecated - gists · GitHub
The minimatch warnings are due to Gulp being in the process of being updated at the moment, as they are caused by it...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found