create-cycle-app icon indicating copy to clipboard operation
create-cycle-app copied to clipboard

cycle-scripts-ts-webpack fails on Windows 10 bash

Open xxzefgh opened this issue 7 years ago • 4 comments

Code to reproduce the issue: create-cycle-app cycle-ts --flavor cycle-scripts-ts-webpack

Expected behavior: Successfully finish initialization

Actual behavior:

/mnt/c/Users/brunjick/Code/cycle-ts/node_modules/cycle-scripts-ts-webpack/scripts/init.js:63
      throw new Error('Unsupported stream library: ' + streamLib)
      ^

Error: Unsupported stream library: false
    at replacements (/mnt/c/Users/brunjick/Code/cycle-ts/node_modules/cycle-scripts-ts-webpack/scripts/ini
t.js:63:13)
    at module.exports (/mnt/c/Users/brunjick/Code/cycle-ts/node_modules/cycle-scripts-ts-webpack/scripts/i
nit.js:166:14)
    at ChildProcess.<anonymous> (/usr/lib/node_modules/create-cycle-app/src/installScripts.js:48:5)
    at emitTwo (events.js:106:13)
    at ChildProcess.emit (events.js:192:7)
    at maybeClose (internal/child_process.js:890:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)

Versions of packages used: 0.3.2

xxzefgh avatar Mar 06 '17 16:03 xxzefgh