We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting error attached below, I am using Ubuntu 22.04 LTS, what should I do next? Thanks.
WARN This project is configured to use v7.6.0 of pnpm. Your current pnpm is v9.1.1 Scope: all 24 workspace projects Lockfile is up to date, resolution step is skipped Packages: +1714 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Progress: resolved 1714, reused 1713, downloaded 0, added 1714, done devDependencies: + @commitlint/cli 18.2.0 + @commitlint/config-conventional 18.1.0 + @deeplib/tsconfig 1.0.0 <- packages/@deeplib/tsconfig + @quasar/icongenie 3.1.1 + @typescript-eslint/eslint-plugin 6.10.0 + @typescript-eslint/parser 6.10.0 + concurrently 8.2.2 + cross-env 7.0.3 + eslint 8.53.0 + eslint-config-base 1.0.0 <- packages/eslint-config-base + eslint-config-prettier 9.0.0 + eslint-plugin-prettier 5.0.1 + eslint-plugin-simple-import-sort 10.0.0 + eslint-plugin-unused-imports 3.0.0 + eslint-plugin-vue 9.18.1 + husky 8.0.3 + prettier 3.0.3 + rimraf 5.0.5 + standard-version 9.5.0 + syncpack 11.2.1 + ts-node 10.9.1 + ts-node-dev 2.0.0 + tsc-alias 1.7.1 + tsconfig-paths 4.2.0 + turbo 1.10.16 + typescript 5.2.2 + vitest 0.34.6 . prepare$ node -e "try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}" │ husky - Git hooks installed └─ Done in 31ms Done in 2.1s ERR_PNPM_BAD_PM_VERSION This project is configured to use v7.6.0 of pnpm. Your current pnpm is v9.1.1 If you want to bypass this version check, you can set the "package-manager-strict" configuration to "false" or set the "COREPACK_ENABLE_STRICT" environment variable to "0"
The text was updated successfully, but these errors were encountered:
Bypass by doing: COREPACK_ENABLE_STRICT=0 pnpm run dev:spa
COREPACK_ENABLE_STRICT=0 pnpm run dev:spa
But installing spa, ssr or electron, hosts the website and everytime I try to register, it says fetch failed.
Sorry, something went wrong.
It is fetch failing even getting on branch v1.0.25
No branches or pull requests
I am getting error attached below, I am using Ubuntu 22.04 LTS, what should I do next? Thanks.
The text was updated successfully, but these errors were encountered: