example-nuxt-3 - errors with "Could not resolve "./api/index. js" #1948
Answered
by
vin-ni
vin-ni
asked this question in
Help and Questions
-
Reproductionhttps://github.com/piniajs/example-nuxt-3 Steps to reproduce the bug
Expected behaviorThe demo runs. Actual behaviorThe demo doesn't run and throws the following error: Basically no Pinia runs on my M1. Additional informationNode Version: 18.13.0 |
Beta Was this translation helpful? Give feedback.
Answered by
vin-ni
Jan 24, 2023
Replies: 1 comment
-
I found the error after 3 afternoons of search XD I had been running the yarn update, but since |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vin-ni
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found the error after 3 afternoons of search XD
I was on an older yarn version
1.22.10
which overwrote the newer versions. Updating to1.22.19
fixed the issue.I had been running the yarn update, but since
1.22.10
was installed via homebrew on a legacy terminal, it stayed on the old version.