Skip to content
Snippets Groups Projects
Commit 746d8f0c authored by Eric Bremner's avatar Eric Bremner Committed by Kevin Paxman
Browse files

ISTWCMS-6636: adding php 8 fixes to build ohana script

parent f827b4e5
No related branches found
No related tags found
1 merge request!157Feature/istwcms 6636 ebremner ohana php81
...@@ -36,6 +36,9 @@ cd ohana ...@@ -36,6 +36,9 @@ cd ohana
echo "**************************************************************************************" echo "**************************************************************************************"
echo "Installing correct npm version ..." echo "Installing correct npm version ..."
cp ../php8fix-package.json ./package.json
rm .nvmrc
echo 'v18.18.0' > .nvmrc
file=".nvmrc" file=".nvmrc"
version=$(cat "$file") version=$(cat "$file")
export NVM_DIR=$HOME/.nvm; export NVM_DIR=$HOME/.nvm;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment