Zdravím, pri pokuse o debug v o visual studio 205 pomocou CordovaApp dostávam dva errory jedným je
Kód:
Severity Code Description Project File Line Suppression State
Error ------ npm install failed. Exit code: 1 BlankCordovaApp2 D:\Vyucba\C sharp\Android\BlankCordovaApp2\MDAVSCLI 1
a druhý je údajný problem s proxy, neviem prečo mi ho hádže keďže nebežím na proxy
výpis
Kód:
1>------ Build started: Project: BlankCordovaApp2, Configuration: Debug Android ------
1> ------ Ensuring correct global installation of package from source package directory: D:\VISUAL STUDIO\COMMON7\IDE\EXTENSIONS\APACHECORDOVATOOLS\packages\vs-tac
1> ------ Name from source package.json: vs-tac
1> ------ Version from source package.json: 1.0.42
1> ------ Package already installed globally at correct version.
1> ------ Installing Cordova tools cordova@6.1.1 for project from npm. This could take a few minutes...
1> Each package is licensed to you by its owner. Microsoft is not responsible for, nor does it grant any licenses to, third-party packages. Some packages may include dependencies which are governed by additional licenses. Follow the package source (feed) URL to determine any dependencies.
1> npm ERR! Windows_NT 6.1.7601
1> npm ERR! argv "C:\\Users\\Tomas\\AppData\\Roaming\\Microsoft\\VisualStudio\\MDA\\vs-npm\\2.14.9\\\\node.exe" "C:\\Users\\Tomas\\AppData\\Roaming\\Microsoft\\VisualStudio\\MDA\\vs-npm\\2.14.9\\node_modules\\npm\\bin\\npm-cli.js" "install" "cordova@6.1.1" "--loglevel" "warn"
1> npm ERR! node v0.12.9
1> npm ERR! npm v2.14.9
1> npm ERR! code ECONNRESET
1> npm ERR! errno ECONNRESET
1> npm ERR! syscall read
1>
1> npm ERR! network read ECONNRESET
1> npm ERR! network This is most likely not a problem with npm itself
1> npm ERR! network and is related to network connectivity.
1> npm ERR! network In most cases you are behind a proxy or have bad network settings.
1> npm ERR! network
1> npm ERR! network If you are behind a proxy, please make sure that the
1> npm ERR! network 'proxy' config is set properly. See: 'npm help config'
1> npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
1> cordova@6.1.1 node_modules\cordova
1> ├── underscore@1.7.0
1> ├── ansi@0.3.1
1> ├── q@1.0.1
1> ├── nopt@3.0.1 (abbrev@1.0.9)
1> ├── cordova-common@1.3.0 (cordova-registry-mapper@1.1.15, semver@5.2.0, underscore@1.8.3, q@1.4.1, unorm@1.4.1, osenv@0.1.3, shelljs@0.5.3, bplist-parser@0.1.1, minimatch@3.0.2, glob@5.0.15, elementtree@0.1.6, plist@1.2.0)
1> ├── update-notifier@0.5.0 (is-npm@1.0.0, semver-diff@2.1.0, string-length@1.0.1, repeating@1.1.3, configstore@1.4.0, latest-version@1.0.1, chalk@1.1.3)
1> └── cordova-lib@6.1.1 (valid-identifier@0.0.1, opener@1.4.1, properties-parser@0.2.3, nopt@3.0.6, semver@4.3.6, shelljs@0.3.0, dep-graph@1.1.0, xcode@0.8.0, aliasify@1.9.0, cordova-app-hello-world@3.10.0, request@2.47.0, cordova-serve@1.0.0, init-package-json@1.9.4, tar@1.0.2, npm@2.15.9, cordova-js@4.1.4)
1> npm ERR! Windows_NT 6.1.7601
1> npm ERR! argv "C:\\Users\\Tomas\\AppData\\Roaming\\Microsoft\\VisualStudio\\MDA\\vs-npm\\2.14.9\\\\node.exe" "C:\\Users\\Tomas\\AppData\\Roaming\\Microsoft\\VisualStudio\\MDA\\vs-npm\\2.14.9\\node_modules\\npm\\bin\\npm-cli.js" "install" "cordova@6.1.1" "--loglevel" "warn"
1> npm ERR! node v0.12.9
1> npm ERR! npm v2.14.9
1>
1> npm ERR! Callback called more than once.
1> npm ERR!
1>MDAVSCLI : npm ERR! If you need help, you may report this error at:
1> npm ERR! <https://github.com/npm/npm/issues>
1>
1> npm ERR! Please include the following file with any support request:
1> npm ERR! C:\Users\Tomas\AppData\Roaming\npm\node_modules\vs-tac\node_modules\cordova\6.1.1\npm-debug.log
1> [Error ------ npm install failed. Exit code: 1]
1>MSBUILD : cordova-build error : Build error: ------ npm install failed. Exit code: 1
1>MDAVSCLI : Build error : ------ npm install failed. Exit code: 1
Ďakujem za pomoc