Created
March 23, 2016 12:02
-
-
Save petemounce/b0f6370868517354f6c0 to your computer and use it in GitHub Desktop.
This file contains 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
> npm install | |
npm ERR! addLocal Could not install C:\C:\src\je\cc\tranalytics\shared\loggerfactory | |
npm ERR! Windows_NT 6.3.9600 | |
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" | |
npm ERR! node v5.9.0 | |
npm ERR! npm v3.7.3 | |
npm ERR! path C:\C:\src\je\cc\tranalytics\shared\loggerfactory | |
npm ERR! code ENOENT | |
npm ERR! errno -4058 | |
npm ERR! syscall open | |
npm ERR! enoent ENOENT: no such file or directory, open 'C:\C:\src\je\cc\tranalytics\shared\loggerfactory' | |
npm ERR! enoent ENOENT: no such file or directory, open 'C:\C:\src\je\cc\tranalytics\shared\loggerfactory' | |
npm ERR! enoent This is most likely not a problem with npm itself | |
npm ERR! enoent and is related to npm not being able to find a file. | |
npm ERR! enoent | |
npm ERR! Please include the following file with any support request: | |
npm ERR! C:\src\je\cc\tranalytics\etls\orderresolved\npm-debug.log |
This file contains 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
0 info it worked if it ends with ok | |
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe', | |
1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js', | |
1 verbose cli 'install' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 silly loadCurrentTree Starting | |
5 silly install loadCurrentTree | |
6 silly install readLocalPackageData | |
7 silly install normalizeTree | |
8 silly loadCurrentTree Finishing | |
9 silly loadIdealTree Starting | |
10 silly install loadIdealTree | |
11 silly cloneCurrentTree Starting | |
12 silly install cloneCurrentTreeToIdealTree | |
13 silly cloneCurrentTree Finishing | |
14 silly loadShrinkwrap Starting | |
15 silly install loadShrinkwrap | |
16 silly loadShrinkwrap Finishing | |
17 silly loadAllDepsIntoIdealTree Starting | |
18 silly install loadAllDepsIntoIdealTree | |
19 silly fetchOtherPackageData loggerfactory@file:///C:\src\je\cc\tranalytics\shared\loggerfactory | |
20 silly cache add args [ 'loggerfactory@file:///C:\\src\\je\\cc\\tranalytics\\shared\\loggerfactory', | |
20 silly cache add null ] | |
21 verbose cache add spec loggerfactory@file:///C:\src\je\cc\tranalytics\shared\loggerfactory | |
22 silly cache add parsed spec Result { | |
22 silly cache add raw: 'loggerfactory@file:///C:\\src\\je\\cc\\tranalytics\\shared\\loggerfactory', | |
22 silly cache add scope: null, | |
22 silly cache add name: 'loggerfactory', | |
22 silly cache add rawSpec: 'file:///C:\\src\\je\\cc\\tranalytics\\shared\\loggerfactory', | |
22 silly cache add spec: 'C:\\C:\\src\\je\\cc\\tranalytics\\shared\\loggerfactory', | |
22 silly cache add type: 'local' } | |
23 error addLocal Could not install C:\C:\src\je\cc\tranalytics\shared\loggerfactory | |
24 silly fetchPackageMetaData Error: ENOENT: no such file or directory, open 'C:\C:\src\je\cc\tranalytics\shared\loggerfactory' | |
24 silly fetchPackageMetaData at Error (native) | |
24 silly fetchPackageMetaData error for loggerfactory@file:///C:\src\je\cc\tranalytics\shared\loggerfactory { [Error: ENOENT: no such file or directory, open 'C:\C:\src\je\cc\tranalytics\shared\loggerfactory'] | |
24 silly fetchPackageMetaData errno: -4058, | |
24 silly fetchPackageMetaData code: 'ENOENT', | |
24 silly fetchPackageMetaData syscall: 'open', | |
24 silly fetchPackageMetaData path: 'C:\\C:\\src\\je\\cc\\tranalytics\\shared\\loggerfactory' } | |
25 silly rollbackFailedOptional Starting | |
26 silly rollbackFailedOptional Finishing | |
27 silly runTopLevelLifecycles Starting | |
28 silly runTopLevelLifecycles Finishing | |
29 silly install printInstalled | |
30 verbose stack Error: ENOENT: no such file or directory, open 'C:\C:\src\je\cc\tranalytics\shared\loggerfactory' | |
30 verbose stack at Error (native) | |
31 verbose cwd C:\src\je\cc\tranalytics\etls\orderresolved | |
32 error Windows_NT 6.3.9600 | |
33 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" | |
34 error node v5.9.0 | |
35 error npm v3.7.3 | |
36 error path C:\C:\src\je\cc\tranalytics\shared\loggerfactory | |
37 error code ENOENT | |
38 error errno -4058 | |
39 error syscall open | |
40 error enoent ENOENT: no such file or directory, open 'C:\C:\src\je\cc\tranalytics\shared\loggerfactory' | |
41 error enoent ENOENT: no such file or directory, open 'C:\C:\src\je\cc\tranalytics\shared\loggerfactory' | |
41 error enoent This is most likely not a problem with npm itself | |
41 error enoent and is related to npm not being able to find a file. | |
42 verbose exit [ -4058, true ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment