Error installing Pinia in a Nuxt 3 project #1897
-
Reproductionhttps://github.com/vuejs/pinia Steps to reproduce the bug1 - Create a new nuxt 3 project Expected behaviorthe application should run normally Actual behaviorFollowing the steps to reproduce will rise the error Cannot start nuxt: Cannot find module 'pinia/dist/pinia.mjs' Additional informationi am using node version 16.13.2 |
Beta Was this translation helpful? Give feedback.
Answered by
posva
Dec 27, 2022
Replies: 1 comment 2 replies
-
See https://github.com/piniajs/example-nuxt-3 for an example. You need to install |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
taikio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://github.com/piniajs/example-nuxt-3 for an example. You need to install
pinia
as well