coffee-script icon indicating copy to clipboard operation
coffee-script copied to clipboard

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

Open vird opened this issue 5 years ago • 0 comments

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'

vird avatar Aug 21 '20 11:08 vird