You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the project with npm run dev fails due to an error related to PinceauTheme. However, the project successfully builds and runs with npm run build and npm run preview.
Environment:
Node v 22.9.0 ( also tested with v20.9.0)
NPM v 10.8.3
Operating System: macOS(m1)
Steps to reproduce:
Clone repo
Install dependencies
Run with npm run dev
Error: 500 The requested module '/_nuxt/node_modules/pinceau/dist/index.mjs?v=92d59f6d' does not provide an export named 'PinceauTheme'
The text was updated successfully, but these errors were encountered:
Description:
Running the project with npm run dev fails due to an error related to PinceauTheme. However, the project successfully builds and runs with
npm run build
andnpm run preview.
Environment:
Steps to reproduce:
The text was updated successfully, but these errors were encountered: