Reverting these...

This commit is contained in:
Nicolas "Pixel" Noble 2018-05-02 05:33:08 +02:00
parent c794c05783
commit c5fbaf1b5b
2 changed files with 0 additions and 16 deletions

View File

@ -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 )

View File

@ -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