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

ISTWCMS-6636: putting back old node

parent 05ee5744
No related branches found
No related tags found
1 merge request!157Feature/istwcms 6636 ebremner ohana php81
......@@ -36,8 +36,6 @@ cd ohana
echo "**************************************************************************************"
echo "Installing correct npm version ..."
rm .nvmrc
echo 'v18.18.0' > .nvmrc
file=".nvmrc"
version=$(cat "$file")
export NVM_DIR=$HOME/.nvm;
......@@ -76,9 +74,9 @@ if [[ $os_option == 1 ]]; then
fi
cp ../php8fix-package_run1.json ./package.json
npm install
npx browserslist@latest --update-db
cp ../php8fix-package.json ./package.json
npm install
npx browserslist@latest --update-db
echo "**************************************************************************************"
echo "Done running npm install."
......
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