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.

Once i try to run the project after cloning it i get this error message, can anyone help?

See original GitHub issue

FATAL Both nuxt and nuxt-edge dependencies are installed! This is unsupported, please choose one and remove the other one from dependencies. 11:43:14

at Object.run (node_modules@nuxt\cli-edge\dist\cli-index.js:3025:11) at Object.<anonymous> (node_modules\nuxt-edge\bin\nuxt.js:4:31) at Module._compile (internal/modules/cjs/loader.js:1138:30) at Object.Module._extensions…js (internal/modules/cjs/loader.js:1158:10) at Module.load (internal/modules/cjs/loader.js:986:32) at Function.Module._load (internal/modules/cjs/loader.js:879:14) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) at internal/main/run_main_module.js:17:47

npm ERR! code ELIFECYCLE npm ERR! errno 2 npm ERR! @nuxt/content@1.2.0 dev: nuxt example npm ERR! Exit status 2 npm ERR! npm ERR! Failed at the @nuxt/content@1.2.0 dev script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
thelycommented, Jun 4, 2020

What’s your nuxt.config.js look like? How are you installing nuxt/content? It’s best to install it via yarn/npm so it’s in your package.json.

0reactions
benjamincanaccommented, Jun 4, 2020

@aws95 If you installed nuxt locally, you have to deinstall it (npm uninstall nuxt) cause the library already installed nuxt-edge which is the preview version of nuxt.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to perform npm install after cloning a repo from github
Firstly try to remove(delete) package-lock.json file and run npm install again. This file is used to lock the configuration down to child and ......
Read more >
Fix Git's 'fatal: repository not found' error quickly | TheServerSide
Frustrated by Git's 'fatal: repository not found' error message? Here are five ways to fix that problem and successfully clone, ...
Read more >
git - Can't clone remote repository - Visual Studio Feedback
1.windows.1 Every time I try to clone a remote repository I get this error in Team Explorer: Git failed with a fatal error....
Read more >
Git clone or Git push fails to an Azure DevOps repository
When you try to clone or push a repository in GitHub, ... run the Git commands for each set variable to get more...
Read more >
Clone repository | PyCharm Documentation - JetBrains
PyCharm allows you to clone (or check out, depending on version control system you use) an existing repository and create a new project...
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