ionic-team / stencil

A toolchain for building scalable, enterprise-ready component systems on top of TypeScript and Web Component standards. Stencil components can be distributed natively to React, Angular, Vue, and traditional web developers from a single, framework-agnostic codebase.
https://stenciljs.com
Other
12.5k stars 784 forks source link

beep is not defined #1067

Closed oliverjanik closed 6 years ago

oliverjanik commented 6 years ago
? Pick a starter » - Use arrow-keys. Return to submit.

>  ionic-pwa     Everything you need to build fast, production ready PWAs
   app           Minimal starter for building a Stencil app or website
   component     Collection of web components that can be used anywherereadline.js:1020
            throw err;
            ^

ReferenceError: beep is not defined
    at SelectPrompt.bell (C:\Users\Oliver\AppData\Roaming\npm-cache\_npx\9024\node_modules\create-stencil\dist\index.js:2:30265)
    at SelectPrompt.up (C:\Users\Oliver\AppData\Roaming\npm-cache\_npx\9024\node_modules\create-stencil\dist\index.js:2:31832)
    at ReadStream.n (C:\Users\Oliver\AppData\Roaming\npm-cache\_npx\9024\node_modules\create-stencil\dist\index.js:2:29953)
    at emitTwo (events.js:126:13)
    at ReadStream.emit (events.js:214:7)
    at emitKeys (internal/readline.js:420:14)
    at emitKeys.next (<anonymous>)
    at ReadStream.onData (readline.js:1010:36)
    at emitOne (events.js:121:20)
    at ReadStream.emit (events.js:211:7)
jthoms1 commented 6 years ago

Closing as a duplicate of https://github.com/ionic-team/create-stencil/issues/13