mostro-web icon indicating copy to clipboard operation
mostro-web copied to clipboard

@pinia/nuxt@npm:0.4.11 doesn't provide vue (p95b2b), requested by pinia

Open satoshisound opened this issue 1 year ago • 4 comments

I'm unable to compile when running yarn install. I'm using Node v18.16.1. I'm getting:

➤ YN0000: ┌ Resolution step ➤ YN0002: │ @pinia/nuxt@npm:0.4.11 doesn't provide vue (p95b2b), requested by pinia ➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements for details, where is the six-letter p-prefixed code ➤ YN0000: └ Completed ➤ YN0000: ┌ Fetch step ➤ YN0000: └ Completed ➤ YN0000: ┌ Link step ➤ YN0000: │ ESM support for PnP uses the experimental loader API and is therefore experimental ➤ YN0007: │ nuxt-app@workspace:. must be built because it never has been before or the last one failed ➤ YN0009: │ nuxt-app@workspace:. couldn't be built successfully (exit code 1, logs can be found here: /private/var/folders/cq/vrndzcns4sx76h_l6m5y2y340000gn/T/xfs-8a4c597f/build.log) ➤ YN0000: └ Completed in 0s 597ms ➤ YN0000: Failed with errors in 0s 806ms

I tried installing vue directly but the error persists.

satoshisound avatar Jul 18 '23 13:07 satoshisound