mirror of
https://git.proxmox.com/git/mirror_xterm.js
synced 2025-10-04 21:16:40 +00:00
Install npm 5.1.0
This commit is contained in:
parent
42eacba09a
commit
48dab494db
@ -9,6 +9,7 @@ before_install:
|
|||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update ; fi
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update ; fi
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq install g++-4.8 ; fi
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq install g++-4.8 ; fi
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX=g++-4.8 ; fi
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX=g++-4.8 ; fi
|
||||||
|
- npm install -g npm@5.1.0
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
- NPM_COMMAND=lint
|
- NPM_COMMAND=lint
|
||||||
|
@ -59,7 +59,7 @@ gulp.task('browserify', ['tsc'], function() {
|
|||||||
let browserifyOptions = {
|
let browserifyOptions = {
|
||||||
basedir: buildDir,
|
basedir: buildDir,
|
||||||
debug: true,
|
debug: true,
|
||||||
entries: [`../${outDir}/xterm.js`],
|
entries: [`${outDir}/xterm.js`],
|
||||||
standalone: 'Terminal',
|
standalone: 'Terminal',
|
||||||
cache: {},
|
cache: {},
|
||||||
packageCache: {}
|
packageCache: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user