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

ISTWCMS-6636: adding export options so that ohana may work in php 8.1

parent c0322698
No related branches found
No related tags found
1 merge request!157Feature/istwcms 6636 ebremner ohana php81
This commit is part of merge request !157. Comments created here will be created in the context of that merge request.
......@@ -41,6 +41,7 @@ version=$(cat "$file")
export NVM_DIR=$HOME/.nvm;
source $NVM_DIR/nvm.sh;
nvm install $version
export NODE_OPTIONS='--no-experimental-fetch'
echo "**************************************************************************************"
echo "Done installing correct npm version."
......
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