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.

Dependencies not declared

See original GitHub issue

Describe the bug Runtime has dependencies that not declared

https://github.com/nuxt/typescript/blob/master/packages/typescript-runtime/bin/nuxt-ts.js

Both @nuxt/cli and @nuxt/cli-edge are not declared as dependencies; is this intended?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
abdelbacommented, Feb 15, 2021

For those having the issue, the solution is simply to run

yarn add @nuxt/cli 
0reactions
robcresswellcommented, Feb 15, 2021

@abdelba I don’t believe that solves the issue. Yarn 2 would still flag this is as a problem IIRC, because it purposefully flags missing transitives.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Maven dependency not found - Stack Overflow
Maven dependency not found · Uninstalling and reinstalling Intellij · Invalidate caches/Restart · Deleting the maven folder in the .Intellij folder ...
Read more >
Detecting unused/undeclared dependencies - O'Reilly
Detecting unused/undeclared dependencies As your project becomes large and the number of dependencies increase (including transitive dependencies), ...
Read more >
Maven Dependency plugin - Fixing Dependency Problems
Using dependencies in your projects that are not declared is a dangerous proposition as it doesn't provide Maven with the correct information to ......
Read more >
8.5. Optimizing with the Maven Dependency Plugin
In contrast, the list of unused, declared dependencies is a little trickier to validate, and less useful than the “used, undeclared dependencies.” For...
Read more >
Declaring dependencies - Gradle User Manual
File dependencies allow you to directly add a set of files to a configuration, without first adding them to a repository. This can...
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