deno.land / x / sheetjs@v0.18.3 / misc / node_version.sh

node_version.sh
1
2
3
4
5
6
7
8
9
10
11
#! /usr/bin/env bash
# This script will check the current version of node and install another version# of npm if node is version 0.8
version=$(node --version)
if [[ $version =~ v0\.8\. ]]then npm install -g npm@4.3.0fi
sheetjs

Version Info

Tagged at
2 years ago