mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 01:46:07 +00:00
remove incompatible yarn version from script
This commit is contained in:
parent
de1e512172
commit
2be27b7fa5
6
admin/prepare-and-build.sh
Normal file → Executable file
6
admin/prepare-and-build.sh
Normal file → Executable file
@ -1,9 +1,7 @@
|
||||
# TODO this is the quick&dirty solution for the openssl security topic, please see https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported
|
||||
$env:NODE_OPTIONS = "--openssl-legacy-provider"
|
||||
|
||||
# upgrade yarn and node versions
|
||||
nvm use v20.0.0
|
||||
yarn set version stable
|
||||
yarn cache clear
|
||||
nvm use
|
||||
yarn cache clean
|
||||
yarn install
|
||||
yarn build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user