WARN [SSR] Error transforming on windows
See original GitHub issueEnvironment
- Operating System:
Windows_NT
- Node Version:
v16.11.0
- Nuxt Version:
3.0.0-27257216.f5aea9f
- Package Manager:
npm
- Bundler:
Vite
- User Config:
vite
,build
- Runtime Modules:
-
- Build Modules:
-
Describe the bug
WARN [SSR] Error transforming ./node_modules/hookable/dist/index.mjs: Error: Missing “./dist/index.mjs” export in “hookable” package
WARN [SSR] Error transforming ./node_modules/vue/server-renderer/index.js: Error: Missing “./server-renderer/index.js” export in “vue” package
WARN [SSR] Error transforming ./node_modules/murmurhash-es/dist/index.mjs: Error: Missing “./dist/index.mjs” export in “murmurhash-es” package
WARN [SSR] Error transforming ./node_modules/ohmyfetch/dist/index.mjs: Error: Missing “./dist/index.mjs” export in “ohmyfetch” package
Reproduction
fresh install.
Additional context
No response
Logs
No response
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:14 (2 by maintainers)
Top Results From Across the Web
“window is not defined” in Nuxt.js
The Window is not defined error results from nodejs server side scripts not recognising the window object which is native to browsers only....
Read more >Troubleshooting Common Errors
If you encounter a webpack error that says Generating SSR bundle failed after installing a plugin and trying to run gatsby develop or...
Read more >Transport Layer Security (TLS) connections might fail or ...
Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.
Read more >A Simple Explanation of SSL Certificate Errors & How to Fix ...
1. SSL Certificate Not Trusted Error. This error indicates that the SSL certificate is signed or approved by a company that the browser...
Read more >How to solve "window is not defined" errors in React and ...
Tagged with javascript, nextjs, errors, debugging. ... components/Scroll"); }, { ssr: false } ); export default function Home() { return ...
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
Same issue here, Windows 10
same problem on Windows 10. But when i set
vite: false
in nuxt config it works.