Buslowicz / twc

TypeScript based, boilerplate-less, Polymer toolbox friendly Polymer Modules
32 stars 1 forks source link

New prereleases don't work on Windows #91

Closed tpluscode closed 7 years ago

tpluscode commented 7 years ago

An issue I though was limited to my personal laptop looks like an issue with twc 0.3+.

When I run twc I get this:

/cygdrive/c/Users/tpluskiewicz/AppData/Roaming/npm/twc: line 12: /usr/bin/node: No such file or directory

Buslowicz commented 7 years ago

That's a shebang issue, apparently I made it for *unix only :/. Gonna fix it today.