PHP Classes

File: vendors/gentelella/vendors/parsleyjs/bower_components/mocha/scripts/ensure-compatible-npm.sh

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/gentelella/vendors/parsleyjs/bower_components/mocha/scripts/ensure-compatible-npm.sh   Download  
File: vendors/gentelella/vendors/parsleyjs/bower_components/mocha/scripts/ensure-compatible-npm.sh
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 3 years ago
Size: 235 bytes
 

Contents

Class file image Download
#!/usr/bin/env sh set -o nounset set -o errexit npm install semver if node -e "process.exit(require('semver').lt(process.argv[1], '1.3.7') ? 0 : 1)" $(npm -v); then npm install -g npm@2 npm install -g npm fi npm uninstall semver