-
Notifications
You must be signed in to change notification settings - Fork 6
Description
npm install fails with error on windows 7 64 bit machine with latest node and npm.
Current Behavior
94 verbose lifecycle [email protected]prepublish: CWD: D:\projects\node\xfe\xfe-nodeprepublish: Args: [ '/d /s /c', 'typings install && gulp build' ]
95 silly lifecycle [email protected]
96 silly lifecycle [email protected]prepublish: Returned: code: 1 signal: nullprepublish: Failed to exec prepublish script
97 info lifecycle [email protected]
98 warn optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents):
99 warn notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
100 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid OS: darwin
100 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid Arch: any
100 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual OS: win32
100 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual Arch: x64
101 verbose stack Error: [email protected] prepublish: typings install && gulp build
101 verbose stack Exit status 1
101 verbose stack at EventEmitter. (C:\Users\XXXX\AppData\Roaming\npm\node_modules\npm\lib\utils\lifecycle.js:279:16)
101 verbose stack at emitTwo (events.js:106:13)
101 verbose stack at EventEmitter.emit (events.js:191:7)
101 verbose stack at ChildProcess. (C:\Users\XXXX\AppData\Roaming\npm\node_modules\npm\lib\utils\spawn.js:40:14)
101 verbose stack at emitTwo (events.js:106:13)
101 verbose stack at ChildProcess.emit (events.js:191:7)
101 verbose stack at maybeClose (internal/child_process.js:886:16)
101 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
102 verbose pkgid [email protected]
103 verbose cwd D:\projects\node\xfe\xfe-node
104 verbose Windows_NT 6.1.7601
105 verbose argv "C:\Program Files\nodejs\node.exe" "C:\Users\XXXX\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js" "install"
106 verbose node v6.10.1
107 verbose npm v4.4.4
108 error code ELIFECYCLE
109 error errno 1
110 error [email protected] prepublish: typings install && gulp build
110 error Exit status 1
Steps to Reproduce (for bugs)
- clone repository
- install gulp
- run npm install