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.

export 'BaseTransition' was not found in '/var/app/node_modules/@nuxt/bridge/dist/runtime/vue2-bridge.mjs

See original GitHub issue

Environment

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

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:closed
  • Created a year ago
  • Reactions:1
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
HendrikJancommented, Apr 6, 2022
unimport@0.1.4 dev
node_modules/unimport
  unimport@"^0.1.4" from @nuxt/bridge@3.0.0-27487080.ec32cf9
  node_modules/@nuxt/bridge
    dev @nuxt/bridge@"npm:@nuxt/bridge-edge@^3.0.0-27487080.ec32cf9" from the root project
  unimport@"^0.1.4" from @nuxt/kit@3.0.0-27487080.ec32cf9
  node_modules/@nuxt/kit
    @nuxt/kit@"npm:@nuxt/kit-edge@3.0.0-27487080.ec32cf9" from @nuxt/bridge@3.0.0-27487080.ec32cf9
    node_modules/@nuxt/bridge
      dev @nuxt/bridge@"npm:@nuxt/bridge-edge@^3.0.0-27487080.ec32cf9" from the root project
    @nuxt/kit@"npm:@nuxt/kit-edge@3.0.0-27487080.ec32cf9" from @nuxt/nitro@3.0.0-27487080.ec32cf9
    node_modules/@nuxt/nitro
      @nuxt/nitro@"npm:@nuxt/nitro-edge@3.0.0-27487080.ec32cf9" from @nuxt/bridge@3.0.0-27487080.ec32cf9
      node_modules/@nuxt/bridge
        dev @nuxt/bridge@"npm:@nuxt/bridge-edge@^3.0.0-27487080.ec32cf9" from the root project
  unimport@"^0.1.4" from @nuxt/schema@3.0.0-27487080.ec32cf9
  node_modules/@nuxt/schema
    @nuxt/schema@"npm:@nuxt/schema-edge@3.0.0-27487080.ec32cf9" from @nuxt/bridge@3.0.0-27487080.ec32cf9
    node_modules/@nuxt/bridge
      dev @nuxt/bridge@"npm:@nuxt/bridge-edge@^3.0.0-27487080.ec32cf9" from the root project
    @nuxt/schema@"npm:@nuxt/schema-edge@3.0.0-27487080.ec32cf9" from @nuxt/kit@3.0.0-27487080.ec32cf9
    node_modules/@nuxt/kit
      @nuxt/kit@"npm:@nuxt/kit-edge@3.0.0-27487080.ec32cf9" from @nuxt/bridge@3.0.0-27487080.ec32cf9
      node_modules/@nuxt/bridge
        dev @nuxt/bridge@"npm:@nuxt/bridge-edge@^3.0.0-27487080.ec32cf9" from the root project
      @nuxt/kit@"npm:@nuxt/kit-edge@3.0.0-27487080.ec32cf9" from @nuxt/nitro@3.0.0-27487080.ec32cf9
      node_modules/@nuxt/nitro
        @nuxt/nitro@"npm:@nuxt/nitro-edge@3.0.0-27487080.ec32cf9" from @nuxt/bridge@3.0.0-27487080.ec32cf9
        node_modules/@nuxt/bridge
          dev @nuxt/bridge@"npm:@nuxt/bridge-edge@^3.0.0-27487080.ec32cf9" from the root project
0reactions
HendrikJancommented, Apr 13, 2022

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”

Read more comments on GitHub >

github_iconTop 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 >

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