DeepNotesApp / DeepNotes

End-to-end encrypted visual note-taking tool with deep page navigation.
https://deepnotes.app
GNU Affero General Public License v3.0
378 stars 34 forks source link

Error Installing #6

Open chaoticgood1 opened 4 months ago

chaoticgood1 commented 4 months ago

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 commented 4 months ago

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 commented 4 months ago

It is fetch failing even getting on branch v1.0.25