Skip to content
Prev Previous commit
Next Next commit
Reverting these...
  • Loading branch information
nicolasnoble committed May 2, 2018
commit c5fbaf1b5b7fc2e0d9abd416a2c22a58dc2ff64e
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"

nvm install 10
nvm use 10
npm install -g npm
npm install -g node-gyp

set -ex

arch_list=( ia32 x64 )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"

nvm install 10
nvm use 10
npm install -g npm
npm install -g node-gyp

set -ex

# https://github.com/mapbox/node-pre-gyp/issues/362
Expand Down