https://www.npmjs.com/package/spacetimedb reports that the latest version is 2.2.0
but after running spacetime dev --template nuxt-ts it has:
"dependencies": {
"spacetimedb": "^2.2.1",
...
},
Hence, the subsequent pnpm install fails with:
❯ pnpm i
ERR_PNPM_NO_MATCHING_VERSION No matching version found for spacetimedb@^2.2.1
This error happened while installing a direct dependency of /usr/src/app
The latest release of spacetimedb is "2.2.0".
If you need the full list of all 28 published versions run "$ pnpm view spacetimedb versions".
Progress: resolved 3, reused 3, downloaded 0, added 0
https://www.npmjs.com/package/spacetimedb reports that the latest version is 2.2.0
but after running
spacetime dev --template nuxt-tsit has:Hence, the subsequent
pnpm installfails with: