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
OS? Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
OSX El Capitan
Versions. Please run ng --version. If there's nothing outputted, please
run in a Terminal:
node --version
And paste the result here.
angular-cli: 1.0.0-beta.9
node: 4.0.0
os: darwin x64
Repro steps. Was this an app that wasn't created using the CLI? What change did you
do on your code? etc.
Just did an update using the 3 steps under Global Packets, then created a new probject using ng new
The log given by the failure. Normally this include a stack trace and some
more information. [email protected] postinstall: typings install
Exit status 1
Then when running ng serve
The Broccoli Plugin: [Funnel] failed with:
Error: Attempting to watch missing directory: typings
at EventEmitter.Watcher_addWatchDir as addWatchDir
Mention any other details that might be useful.
Thanks! We'll be in touch soon.
The text was updated successfully, but these errors were encountered:
keithmichelson
changed the title
Error: Attempting to watch missing directory: typings
Typings mismatch error after update
Jul 9, 2016
keithmichelson
changed the title
Typings mismatch error after update
Typings mismatch error after update and running ng new
Jul 9, 2016
ng --version
. If there's nothing outputted, pleaserun in a Terminal:
node --version
And paste the result here.
angular-cli: 1.0.0-beta.9
node: 4.0.0
os: darwin x64
do on your code? etc.
Just did an update using the 3 steps under Global Packets, then created a new probject using ng new
more information.
[email protected] postinstall:
typings install
Exit status 1
Then when running ng serve
The Broccoli Plugin: [Funnel] failed with:
Error: Attempting to watch missing directory: typings
at EventEmitter.Watcher_addWatchDir as addWatchDir
The text was updated successfully, but these errors were encountered: