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.

Cannot npm install nextjs example - nextjs-shared: Not found

See original GitHub issue

I have bought the module and am able to install @module-federation/nextjs-mf

However the checkout, home and shop apps have "nextjs-shared": "*" as a dependency. Running npm install or yarn within these folders is giving me the following error:

An unexpected error occurred: “https://registry.yarnpkg.com/nextjs-shared: Not found”.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
victorsearacommented, Dec 4, 2021

For those who are experiencing this issue, I recommend to install the dependencies using yarn from the root directory. This will link the local dependencies automatically for you because of the yarn workspaces config.

0reactions
ScriptedAlchemycommented, Jun 2, 2022

All nextjs related things require commercial plugins from privjs

Read more comments on GitHub >

github_iconTop Results From Across the Web

module-not-found - Next.js
The module you're trying to import is not installed in your dependencies. When importing a module from npm this module has to be...
Read more >
ERROR MODULE NOT FOUND whenever I try to run 'npm run ...
js and tried to access the module node is looking for but it doesn't exist so idk. Error: Cannot find module 'C:\Users\jaydev\Documents\ ...
Read more >
Next.js - npm
The Next.js community can be found on GitHub Discussions, where you can ask questions, voice ideas, and share your projects.
Read more >
Install Next.js on Windows | Microsoft Learn
js is a framework for creating server-rendered JavaScript apps based on React.js, Node.js, Webpack and Babel.js. It is basically a 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