This dependency was not found: ./node_modules/next-apollo/dist/link.js
See original GitHub issue"next-apollo": "^2.0.8",
This might be user error on my part, but I’m getting the following error below.
This dependency was not found:
- next/dist/lib/utils in ./node_modules/next-apollo/dist/link.js
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:5 (2 by maintainers)
Top Results From Across the Web
javascript - This dependency was not found
It looks like one of your files is trying to load a local component called HelloWorld.vue and it may not exist in your...
Read more >This dependency was not found in node_modules #295
I am using laravel 5.3 and followed the laracast learn vue 2 laravel-mix tutorial. But encountered following error when running 'npm run ...
Read more >Dependency not found - Get Help
This dependency was not found : @name/my_client in ./src/store/modules/connection/client.js. To install it, you can run: npm install --save @name/my_client.
Read more >depcheck
Notice: depcheck needs node.js >= 10. Syntax Support. Depcheck not only recognizes the dependencies in JavaScript files, but also supports these ...
Read more >module-not-found
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 >
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 Free
Top 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

Yes, I just updated dependency and the error no longer occurs on Next v8+. Thanks @adamsoffer! 👍
Hey guys - I just pushed a fix in
v2.0.9that address this dependency error. Let me know if that fixed it for you. I’ll open up a separate issue re: data prefetching no longer working.