cyclejs-community / one-fits-all

The one-fits-all flavor for create-cycle-app
MIT License
34 stars 8 forks source link

npm start fails at `cycle-scripts start` #97

Closed binarybro closed 5 years ago

binarybro commented 5 years ago

On my Windows machine, npm start fails at cycle-scripts start:

C:\Users\---------\WebstormProjects\cycle-attack>npm start

> cycle-attack@0.1.0 start C:\Users\---------\WebstormProjects\cycle-attack
> cycle-scripts start

The system cannot find the path specified.

Created using create-cycle-app cycle-attack --flavor cycle-scripts-one-fits-all@6.0.1

Switching to yarn fails with the same message. Created using create-cycle-app cycle-attack --flavor cycle-scripts-one-fits-all@6.0.1 --yarn

node@10.10
npm@6.4.1
create-cycle-app@5 (also fails with @4)
cycle-scripts-one-fits-all@6.0.1
Microsoft Windows 10 Pro 10.0.17763 N/A Build 17763
binarybro commented 5 years ago

Okay, I found the issue is in scripts/start.js. I'll fix it and open a PR.

binarybro commented 5 years ago

Fixed in this PR (not tested yet, going to lunch now): https://github.com/cyclejs-community/one-fits-all/pull/98

jvanbruegge commented 5 years ago

Released the new version on npm, enjoy your vacation :)