hubble PWA Docs
PWA
Demo
Website
Github
PWA
Demo
Website
Github
  • What is hubble PWA?
    • Overview
    • Techstack
    • Requirements
    • Installation
    • Roadmap
    • Contact
    • Troubleshooting
  • Architecture

    • Shop Connector
    • File-based inheritance
    • Pages
    • Preinstalled Modules
    • User Session
    • Layouts
    • Components
  • Configuration
  • Theming

    • Default Theme
  • Shopware 6
    • How to set up Shopware 6 to work with hubble PWA
    • Shopware 6 Plugins
    • Shopware 6 Emotionworlds
    • i18n
    • Trade-offs
  • Module Development
    • Contribution Guide PWA
    • Tests
    • Hubble Coding Guidelines for Contributors
    • API Clients

Troubleshooting


Error:

On app startup Cannot start nuxt: Cannot find module 'pinia/dist/pinia.mjs'

Workaround:

Due to a vue compatibility issue, pinia is not installed properly by npm. As a workaround you can create an alias in nuxt.config.ts:

alias: {
  pinia: '/node_modules/@pinia/nuxt/node_modules/pinia/dist/pinia.mjs'
}

Prev
Contact