export 'BaseTransition' was not found in '/var/app/node_modules/@nuxt/bridge/dist/runtime/vue2-bridge.mjs
See original GitHub issueEnvironment
RootDir: /var/app Nuxt project info:
- Operating System:
Linux
- Node Version:
v16.14.0
- Nuxt Version:
2.16.0-27358576.777a4b7f
- Package Manager:
npm@8.3.1
- Builder:
webpack
- User Config:
rootDir
,bridge
,telemetry
,nitro
,head
,publicRuntimeConfig
,css
,plugins
,components
,buildModules
,vuetify
,i18n
,modules
,axios
,compilerOptions
,build
,watchers
,ssr
- Runtime Modules:
@nuxtjs/axios@5.13.6
- Build Modules:
@nuxtjs/vuetify@1.12.3
,8n
,@nuxtjs/dotenv@1.4.1
,@nuxt/bridge@3.0.0-27485997.c426f3e
And in my package.json:
"scripts": {
"dev": "nuxi dev --https --port 9004 --host $DOMAIN --ssl-cert $CRT_FILE --ssl-key $KEY_FILE",
}
Reproduction
- Clone this repo: https://github.com/HendrikJan/nuxt-error-demo
- Run ‘npx nuxi dev’
- See the errors
Describe the bug
When running npm run dev
I get the error:
WARN Compiled with 67 warnings friendly-errors 09:35:32
WARN in ./node_modules/@vue/runtime-dom/dist/runtime-dom.esm-bundler.js
"export 'BaseTransition' was not found in '/var/app/node_modules/@nuxt/bridge/dist/runtime/vue2-bridge.mjs'
friendly-errors 09:35:32
WARN in ./node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js
"export 'EMPTY_ARR' was not found in '/var/app/node_modules/@nuxt/bridge/dist/runtime/vue2-bridge.mjs'
...
WARN in ./.nuxt/imports.mjs friendly-errors 09:35:32
"export 'clearError' was not found in '#app' friendly-errors 09:35:32
...
WARN in ./node_modules/@nuxt/bridge/dist/runtime/vue2-bridge.mjs
"export 'default' (imported as 'Vue') was not found in 'vue'
Additional context
I’m using Express in serverMiddleware
Logs
No response
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:6 (1 by maintainers)
Top Results From Across the Web
export 'BaseTransition' was not found in '/var/app ... - GitHub
export 'BaseTransition' was not found in '/var/app/node_modules/@nuxt/bridge/dist/runtime/vue2-bridge.mjs #66.
Read more >vue.js - "export 'default' (imported as 'Vue') was not found in 'vue'
The reason this is happening is because in Vue 2, Vue provides a default export export default vue , which allows BootstrapVue to...
Read more >export 'render' (imported as 'render') was not found - You.com
The reason this is happening is because in Vue 2, Vue provides a default export export default vue , which allows BootstrapVue to...
Read more >Common Error Details - Snowpack
If you see this error message, that means that you've imported a file path not allowed in the export map. If you believe...
Read more >Laravel 8 vue 3 i18n error import Vue from vue - Laracasts
i used this file to build multi languages project : but i got this error : "export 'default' (imported as 'Vue') was not...
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
I can confirm that nuxt/bridge#69 is also an issue in my case. Browser console tells me: “Uncaught TypeError: Object(…) is not a function”