I'm getting this message when I'm trying to get started my app:
Command:
npm webpack --config config/webpack.prod.js --progress --profile --bail
Message:
Error in bail mode: [default] Cannot find global type 'Array'.
typescript: 2.0.8 is included on package.json
Any ideas?
node_modulesand reinstalled, and got this message. So its a dependency changed issue. Check your "~" and "^" dependencies--bailmode, you can see the full list of errors. It will show you many dozens of Type errors, something with TypeScript is busted.