Add python3 configuration on npm

This commit is contained in:
Renan Castro
2021-05-06 10:52:34 -03:00
parent 993477cccc
commit c112756719

View File

@@ -88,7 +88,7 @@ export PATH="$DIR/bin:$PATH"
cd "$DIR/lib"
# Overwrite the bundled version with the latest version of npm.
npm install "npm@$NPM_VERSION"
npm config set python `which python3`
which node
which npm
npm version