Created
March 27, 2017 07:30
-
-
Save francisoud/bad1fe814247a593f32841a8c3adeee0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Arguments: | |
C:\Program Files\nodejs\node.exe C:\Program Files (x86)\Yarn\bin\yarn.js install | |
PATH: | |
C:\ProgramData\Oracle\Java\javapath;C:\Informatica\9.5.1\clients\tools\datadirect;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\ORACLE\ORA10G\bin;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\Java\jdk1.8.0_91\bin;C:\Users\t917561\.m2\wrapper\dists\apache-maven-3.3.9-bin\2609u9g41na2l7ogackmif6fj2\apache-maven-3.3.9\bin;C:\Program Files\Git\cmd;C:\softwares\CloudFoundry;C:\Program Files\nodejs\;C:\ORACLE\ORA11G\product\11.2.0\client_1\bin;C:\Program Files (x86)\Yarn\bin;C:\softwares\Ruby22\bin;C:\Users\t917561\AppData\Roaming\npm;C:\Users\t917561\AppData\Local\Yarn\.bin | |
Yarn version: | |
0.21.3 | |
Node version: | |
6.9.1 | |
Platform: | |
win32 x64 | |
npm manifest: | |
{ | |
"name": "myapp", | |
"version": "0.9.0", | |
"angular-cli": {}, | |
"author": "myapp", | |
"scripts": { | |
"start": "ng serve", | |
"lint": "tslint \"src/**/*.ts\"", | |
"test": "ng test --watch=false --code-coverage", | |
"pree2e": "webdriver-manager update", | |
"e2e": "protractor", | |
"rct": "ng build --base-href /myapp/ --rct", | |
"prod": "ng build --base-href /myapp/ --prod" | |
}, | |
"homepage": "https://confluence.eden.klm.com/display/myapp/myappHome", | |
"repository": "https://stash.eden.klm.com/projects/myapp", | |
"private": true, | |
"dependencies": { | |
"@angular/common": "2.1.1", | |
"@angular/compiler": "2.1.1", | |
"@angular/core": "2.1.1", | |
"@angular/forms": "2.1.1", | |
"@angular/http": "2.1.1", | |
"@angular/material": "2.0.0-beta.1", | |
"@angular/platform-browser": "2.1.1", | |
"@angular/platform-browser-dynamic": "2.1.1", | |
"@angular/router": "3.1.0", | |
"@angular/upgrade": "2.1.0", | |
"@types/hammerjs": "2.0.33", | |
"@vaadin/angular2-polymer": "1.0.0", | |
"angular2-cookie": "1.2.5", | |
"angular2-infinite-scroll": "0.2.6", | |
"angular2-uuid": "1.1.0", | |
"core-js": "2.4.1", | |
"file-saver": "1.3.3", | |
"hammerjs": "2.0.8", | |
"lodash": "^4.17.4", | |
"moment": "2.14.1", | |
"ng2-dnd": "2.0.1", | |
"ng2-page-scroll": "3.2.3", | |
"ng2-translate": "4.0.1", | |
"rxjs": "5.0.1", | |
"ts-helpers": "1.1.1", | |
"zone.js": "0.7.2" | |
}, | |
"devDependencies": { | |
"@angular/compiler-cli": "2.1.1", | |
"@ngtools/webpack": "1.2.13", | |
"@types/jasmine": "2.5.38", | |
"@types/lodash": "ts2.0", | |
"@types/node": "6.0.42", | |
"angular-cli": "1.0.0-beta.21", | |
"bower": "1.8.0", | |
"codelyzer": "2.0.0-beta.1", | |
"del": "2.2.2", | |
"gulp": "3.9.1", | |
"gulp-crisper": "1.1.0", | |
"gulp-vulcanize": "6.1.0", | |
"jasmine-core": "2.5.2", | |
"jasmine-spec-reporter": "2.5.0", | |
"karma": "1.2.0", | |
"karma-chrome-launcher": "2.0.0", | |
"karma-cli": "1.0.1", | |
"karma-jasmine": "1.0.2", | |
"karma-junit-reporter": "^1.2.0", | |
"karma-mocha-reporter": "2.2.1", | |
"karma-phantomjs-launcher": "1.0.2", | |
"karma-remap-istanbul": "0.2.1", | |
"protractor": "4.0.13", | |
"run-sequence": "1.2.2", | |
"ts-node": "1.2.1", | |
"tslint": "4.0.2", | |
"typescript": "2.0.3", | |
"typings": "1.3.3", | |
"webdriver-manager": "10.2.5" | |
} | |
} | |
yarn manifest: | |
No manifest | |
Lockfile: | |
No lockfile | |
Trace: | |
Error: ENOENT: no such file or directory, chmod 'C:\myapp\myapp\node_modules\.bin\karma' | |
at Error (native) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment