Cannot npm install nextjs example - nextjs-shared: Not found
See original GitHub issueI 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:
- Created 2 years ago
- Comments:14 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
All nextjs related things require commercial plugins from privjs