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.

Warnings on `yarn install`

See original GitHub issue
warning jscodeshift > nomnom@1.8.1: Package no longer supported. Contact support@npmjs.com for more info.
warning jscodeshift > babel-preset-es2015@6.24.1: 🙌  Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:19
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
TheAifam5commented, Apr 14, 2018

If you don’t like the warning messages, please add this to your package.json:

"resolutions": {
  "webpack-cli/**/jscodeshift": "facebook/jscodeshift#247/head"
},

This overrides nested dependency of webpack-cli and forces to use the jscodeshift from the #247.

Tested on yarn. 😃

2reactions
benmonrocommented, Mar 16, 2018

looks like the PR is done, can someone merge this? I hate warnings! 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I see all the warning raised by yarn during project ...
The following command works while using yarn as the package manager: yarn install --check-files.
Read more >
No way to silence warnings · Issue #6672 · yarnpkg/yarn
Either yarn --silent should be truly silent, or a log level configuration should be added to add the ability to ignore warnings.
Read more >
warning | Yarn - Package Manager
npm install warning // some script var warning = require('warning'); var ShouldBeTrue = false; warning( ShouldBeTrue, 'This thing should be true but you...
Read more >
Warnings when running yarn install [#3105437] | Drupal.org
$ yarn install yarn install v1.21.1 warning package-lock.json found. Your project contains lock files generated by tools ...
Read more >
Yarn install has a lot of warnings - sage - Roots Discourse
I'm new to using Sage but have been using Bedrock for some time now. Wen I start a new Sage theme I run...
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