-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
52 lines (52 loc) · 2.8 KB
/
npm-debug.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
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',
1 verbose cli '-g',
1 verbose cli '@angular-cli' ]
2 info using [email protected]
3 info using [email protected]
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree
6 silly install readGlobalPackageData
7 silly fetchPackageMetaData @angular-cli
8 silly fetchOtherPackageData @angular-cli
9 silly cache add args [ '@angular-cli', null ]
10 verbose cache add spec @angular-cli
11 silly cache add parsed spec Result {
11 silly cache add raw: '@angular-cli',
11 silly cache add scope: null,
11 silly cache add escapedName: null,
11 silly cache add name: null,
11 silly cache add rawSpec: '@angular-cli',
11 silly cache add spec: 'C:\\xampp\\htdocs\\Angular_Git_Clone\\Angular2_Forms\\@angular-cli',
11 silly cache add type: 'local' }
12 error addLocal Could not install C:\xampp\htdocs\Angular_Git_Clone\Angular2_Forms\@angular-cli
13 silly fetchPackageMetaData Error: ENOENT: no such file or directory, open 'C:\xampp\htdocs\Angular_Git_Clone\Angular2_Forms\@angular-cli'
13 silly fetchPackageMetaData at Error (native)
13 silly fetchPackageMetaData error for @angular-cli { Error: ENOENT: no such file or directory, open 'C:\xampp\htdocs\Angular_Git_Clone\Angular2_Forms\@angular-cli'
13 silly fetchPackageMetaData at Error (native)
13 silly fetchPackageMetaData errno: -4058,
13 silly fetchPackageMetaData code: 'ENOENT',
13 silly fetchPackageMetaData syscall: 'open',
13 silly fetchPackageMetaData path: 'C:\\xampp\\htdocs\\Angular_Git_Clone\\Angular2_Forms\\@angular-cli' }
14 silly rollbackFailedOptional Starting
15 silly rollbackFailedOptional Finishing
16 silly runTopLevelLifecycles Finishing
17 silly install printInstalled
18 verbose stack Error: ENOENT: no such file or directory, open 'C:\xampp\htdocs\Angular_Git_Clone\Angular2_Forms\@angular-cli'
18 verbose stack at Error (native)
19 verbose cwd C:\xampp\htdocs\Angular_Git_Clone\Angular2_Forms
20 error Windows_NT 6.1.7601
21 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "@angular-cli"
22 error node v6.9.5
23 error npm v3.10.10
24 error path C:\xampp\htdocs\Angular_Git_Clone\Angular2_Forms\@angular-cli
25 error code ENOENT
26 error errno -4058
27 error syscall open
28 error enoent ENOENT: no such file or directory, open 'C:\xampp\htdocs\Angular_Git_Clone\Angular2_Forms\@angular-cli'
29 error enoent ENOENT: no such file or directory, open 'C:\xampp\htdocs\Angular_Git_Clone\Angular2_Forms\@angular-cli'
29 error enoent This is most likely not a problem with npm itself
29 error enoent and is related to npm not being able to find a file.
30 verbose exit [ -4058, true ]