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.

Missing dependencies?

See original GitHub issue

It seems that there is an issue with some missing dependencies.

This is my environement:

  • nodejs v8.11.4
  • npm v6.4.1

I do this:

npm install --save-dev es6-plato
npm run complexity-report

I get this error: Failed to load plugin import: Cannot find module ‘eslint-plugin-import’ I install the missing module and try again:

npm install --save-dev eslint-plugin-import
npm run complexity-report

then I get: Cannot find module ‘babel-eslint’ I install the missing module and try again:

npm install --save-dev babel-eslint
npm run complexity-report

then it worked

😕 Could it be npm install ignoring vulnerable dependencies? I see audit errors after installing but I didn’t dig into them

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
the-simiancommented, Mar 18, 2019

This is gone in 1.1.6

0reactions
the-simiancommented, Feb 5, 2019

@alex-pollanI think this is about grunt-casper. I’m removing that, so that will fix this. Grunt-Capser is super out of date and also now considered a vuln dep

the removal of that should clear this up.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Resolving missing dependencies - Zendesk help
Understanding missing dependencies. A dependency is any reference in a business rule such as a trigger. It could be a group, an individual,...
Read more >
How do I install missing dependencies on my system?
Is there a command to go through all the installed packages, and make sure that all of their dependencies are also installed? If...
Read more >
How to fix missing dependencies ? - Power Platform Community
Hello guys,. When import my solution I have Missing dependencies like this : MissingDependencies> -<MissingDependency> <Required ...
Read more >
Unresolved missing dependencies - Gearset Help Center
This problem analyzer helps you deploy missing dependencies from your deployment package. What triggers this problem analyzer?
Read more >
How to fix missing dependency warning when using useEffect ...
Resolution: Step 1: Move business logic it to separate const. Now the warning is: React Hook React.useEffect has a missing dependency: 'roleChecking'. const ......
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