maxtaco / coffee-script

IcedCoffeeScript
http://maxtaco.github.com/coffee-script
MIT License
726 stars 58 forks source link

iced2->iced3 regression: iced-coffee-script-3 + #!/usr/bin/env iced3 doesn't work without explicit install iced-runtime-3 #208

Open vird opened 4 years ago

vird commented 4 years ago

npm i -g iced-coffee-script-3 \ create file

#!/usr/bin/env iced3
console.log "here"
await setTimeout defer(), 10
console.log "there"

launch file

expected

here
there

real

Error: Cannot find module 'iced-runtime-3'