-
Notifications
You must be signed in to change notification settings - Fork 0
/
npm-debug.log
48 lines (48 loc) · 4.14 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
0 info it worked if it ends with ok
1 verbose cli [ 'D:\\nodejs-version\\node.exe',
1 verbose cli 'D:\\nodejs-version\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'run',
1 verbose cli 'build' ]
2 info using npm@3.8.6
3 info using node@v6.0.0
4 verbose run-script [ 'prebuild', 'build', 'postbuild' ]
5 info lifecycle learninges6@1.0.0~prebuild: learninges6@1.0.0
6 silly lifecycle learninges6@1.0.0~prebuild: no script for prebuild, continuing
7 info lifecycle learninges6@1.0.0~build: learninges6@1.0.0
8 verbose lifecycle learninges6@1.0.0~build: unsafe-perm in lifecycle true
9 verbose lifecycle learninges6@1.0.0~build: PATH: D:\nvm\v6.0.0\node_modules\npm\bin\node-gyp-bin;D:\WebstormProjects\learningES6\node_modules\.bin;D:\nodejs-version;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;D:\Java\jdk1.7.0_40\bin;D:\Java\jdk1.7.0_40\jre\bin;D:\SVN\TortoiseSVN\bin;D:\SVN\Subversion\bin;D:\GIT\TortoiseGit\bin;D:\GIT\Git\bin;D:\apache-tomcat-7.0.52\bin;D:\Maven\apache-maven-3.2.3-bin\apache-maven-3.2.3\bin;D:\jacorb-3.6\bin;D:\nodejs-version\npm_global_modules;D:\MongoDB\Server\3.2\bin;D:\python27;D:\apache-ant-1.9.6-bin\apache-ant-1.9.6\bin;D:\AppData\Local\Android\sdk\platform-tools;D:\AppData\Local\Android\sdk\tools;D:\nvm;D:\nodejs-version;D:\phantomjs-2.1.1-windows\bin;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;D:\blockchain\;C:\Users\sammy\AppData\Local\Programs\Python\Python35\Scripts\;C:\Users\sammy\AppData\Local\Programs\Python\Python35\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;D:\Java\jdk1.7.0_40\bin;D:\Java\jdk1.7.0_40\jre\bin;D:\SVN\TortoiseSVN\bin;D:\SVN\Subversion\bin;D:\GIT\TortoiseGit\bin;D:\GIT\Git\bin;D:\apache-tomcat-7.0.52\bin;D:\Maven\apache-maven-3.2.3-bin\apache-maven-3.2.3\bin;D:\jacorb-3.6\bin;npm_global_modules\node_modules;D:\MongoDB\Server\3.2\bin;D:\Python27;D:\python34;D:\apache-ant-1.9.6-bin\apache-ant-1.9.6\bin;D:\AppData\Local\Android\sdk\platform-tools;D:\AppData\Local\Android\sdk\tools;D:\nvm;D:\nodejs-version
10 verbose lifecycle learninges6@1.0.0~build: CWD: D:\WebstormProjects\learningES6
11 silly lifecycle learninges6@1.0.0~build: Args: [ '/d /s /c', 'babel src -d dist-babel' ]
12 silly lifecycle learninges6@1.0.0~build: Returned: code: 1 signal: null
13 info lifecycle learninges6@1.0.0~build: Failed to exec build script
14 verbose stack Error: learninges6@1.0.0 build: `babel src -d dist-babel`
14 verbose stack Exit status 1
14 verbose stack at EventEmitter.<anonymous> (D:\nvm\v6.0.0\node_modules\npm\lib\utils\lifecycle.js:239:16)
14 verbose stack at emitTwo (events.js:106:13)
14 verbose stack at EventEmitter.emit (events.js:191:7)
14 verbose stack at ChildProcess.<anonymous> (D:\nvm\v6.0.0\node_modules\npm\lib\utils\spawn.js:24:14)
14 verbose stack at emitTwo (events.js:106:13)
14 verbose stack at ChildProcess.emit (events.js:191:7)
14 verbose stack at maybeClose (internal/child_process.js:850:16)
14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5)
15 verbose pkgid learninges6@1.0.0
16 verbose cwd D:\WebstormProjects\learningES6
17 error Windows_NT 10.0.10586
18 error argv "D:\\nodejs-version\\node.exe" "D:\\nodejs-version\\node_modules\\npm\\bin\\npm-cli.js" "run" "build"
19 error node v6.0.0
20 error npm v3.8.6
21 error code ELIFECYCLE
22 error learninges6@1.0.0 build: `babel src -d dist-babel`
22 error Exit status 1
23 error Failed at the learninges6@1.0.0 build script 'babel src -d dist-babel'.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the learninges6 package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error babel src -d dist-babel
23 error You can get information on how to open an issue for this project with:
23 error npm bugs learninges6
23 error Or if that isn't available, you can get their info via:
23 error npm owner ls learninges6
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]