Installation on Linux VM not possible using install.sh #10523
Unanswered
WEBudoGT
asked this question in
Self hosted
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to install on Ubuntu 24.04 with install.sh script but it fails with this errors:
-------------- Bulding App for Production --------------
Lockfile is up to date, resolution step is skipped
Already up to date
husky - Git hooks installed
Done in 2.4s
Building with Vite ⚡️
vite v5.4.8 building for production...
transforming...
✓ 4243 modules transformed.
rendering chunks...
undefined
ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL Command was killed with SIGKILL (Forced termination): vite build --mode production
The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
DEPRECATION WARNING: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
.
.
.
.
.lots of this repeated errors and finally...
More info: https://sass-lang.com/d/color-functions
╷
60 │ $color-primary-dark: darken($color-woot, 20%);
│ ^^^^^^^^^^^^^^^^^^^^^^^^
╵
app/javascript/widget/assets/scss/_variables.scss 60:22 @import
app/javascript/shared/components/ChatOption.vue 2:9 root stylesheet
DEPRECATION WARNING: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
DEPRECATION WARNING: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
pid 36316 exit 1
Build with Vite failed! ❌
Any suggestions welcome.
Beta Was this translation helpful? Give feedback.
All reactions