seanpmaxwell / express-generator-typescript

Create a new express app similar to express-generator but with TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to create a project

4piu opened this issue · comments

commented
~: express-generator-typescript server
/usr/bin/env: ‘node\r’: No such file or directory
/usr/bin/env: use -[v]S to pass options in shebang lines
~: /usr/bin/env node -v
v18.12.1

I just ran the command and it worked npx express-generator-typescript server. That error looks like it's an issue with line endings (https://stackoverflow.com/questions/30344858/node-script-executable-not-working-on-mac-env-node-r-no-such-file-or-directo). Which version of express-generator-typescript are you using? I recommend to clear the npx cache and use that.

commented

I am using express-generator-typescript@2.2.8 installed by yarn global add

commented

And it's indeed a problem with the line ending, I replace all linebreaks in the file ~/.yarn/bin/express-generator-typescript from Windows to UNIX and now it runs.

strange, it worked for me both on MaxOS and Ubuntu

I'm gonna close this. Please create a pull request if you have a fix that can be merged.