Skip to content
New issue

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

Error Installing #6

Open
chaoticgood1 opened this issue May 14, 2024 · 2 comments
Open

Error Installing #6

chaoticgood1 opened this issue May 14, 2024 · 2 comments

Comments

@chaoticgood1
Copy link

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"
@chaoticgood1
Copy link
Author

Bypass by doing:
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.

@chaoticgood1
Copy link
Author

It is fetch failing even getting on branch v1.0.25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant