You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not start watchman; falling back to NodeWatcher for file system events.
Visit http://ember-cli.com/user-guide/#watchman for more info.
angular-cli: 1.0.0-beta.6
node: 4.4.5
os: darwin x64
Repro steps.
$ ng new APP_NAME
The log given by the failure. Normally this include a stack trace and some
more information.
@angular/[email protected] postinstall: typings install
spawn ENOENT
Error: @angular/[email protected] postinstall: typings install
spawn ENOENT
at ChildProcess. (/usr/local/lib/node_modules/angular-cli/node_modules/npm/lib/utils/spawn.js:17:16)
at emitTwo (events.js:87:13)
at ChildProcess.emit (events.js:172:7)
at maybeClose (internal/child_process.js:827:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
The text was updated successfully, but these errors were encountered:
#1092 Duplicate entry of the same issue, problem is in typings install not router, you can manually fix it by running the following command from the project directory:
1.Environment:
Mac OSX El Capitan
Could not start watchman; falling back to NodeWatcher for file system events.
Visit http://ember-cli.com/user-guide/#watchman for more info.
angular-cli: 1.0.0-beta.6
node: 4.4.5
os: darwin x64
$ ng new APP_NAME
more information.
@angular/[email protected] postinstall:
typings install
spawn ENOENT
Error: @angular/[email protected] postinstall:
typings install
spawn ENOENT
at ChildProcess. (/usr/local/lib/node_modules/angular-cli/node_modules/npm/lib/utils/spawn.js:17:16)
at emitTwo (events.js:87:13)
at ChildProcess.emit (events.js:172:7)
at maybeClose (internal/child_process.js:827:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
The text was updated successfully, but these errors were encountered: