cmelion / generator-ng2-webpack

An opinionated tool for scaffolding an app using angular2 and webpack
MIT License
109 stars 18 forks source link

Typings installation can fail during npm install when terminal is full-screen #31

Closed cmelion closed 8 years ago

cmelion commented 8 years ago

Solution: Exit full-screen and re-run npm install.

SyntaxError: Invalid regular expression: /.{1,0}/: numbers out of order in {} quantifier. at new RegExp (native) at breakLines (/home/yeoman/client/node_modules/typings/node_modules/insight/node_modules/inquirer/lib/utils/screen-manager.js:108:15) . . . (/home/yeoman/client/node_modules/typings/node_modules/insight/node_modules/inquirer/node_modules/rx-lite/rx.lite.js:63:31)

katrinsharp commented 6 years ago

Amazing! Thanks!