Closed luan-xiaokun closed 1 year ago
It's very likely due to me performing the latest release on my windows machine. I'll update the yeoman generator to respect the OS line delimiter.
This has been resolved by https://github.com/langium/langium/pull/1005.
Langium version: 1.1.0 Package name: langium
The generated CLI does not have execution permission, and executing it on Linux platform gives an error
/usr/bin/env: "node\r": No such file or directory
. It seems that this is because the first line ends with a\r\n
.