Lucky init new project: Error: undefined method 'signal' for Process

Hello everyone, I’m trying to init a new Lucky project and seeing this error:

In tasks/watch.cr:154:17
154 | process.signal(:term) unless process.terminated?
Error: undefined method ‘signal’ for Process

x-posted to SO and reddit so please don’t shoot me :open_mouth:

OSX 10.15.7, Lucky 0.23.1, crystal 0.34.0.

Hey! Are you able to update Lucky and Crystal? Go to Lucky 0.24 and Crystal 0.35.1? Also, feel free to hop in our Lucky Chat!

okay updating now. Thanks.

looks like the update to Crystal got me through. Thanks :slight_smile:

1 Like