ekatzenstein / create-react-app-fullstack

Use create-react-app as a full-stack tool, with Express and Sequelize (PostgreSQL)
MIT License
51 stars 13 forks source link

Ubuntu instalation problem #1

Closed woles closed 7 years ago

woles commented 7 years ago

After command fullstack:

bash: /usr/local/bin/fullstack: /usr/local/bin/node^M:bad interpreter: No such file or directory

ekatzenstein commented 7 years ago

@woles Thanks for posting this. Line endings issue, resolved with new version.

shivshankardayal commented 6 years ago

It should be /usr/bin/env node as you are forcing node to be in /usr/loca/bin which may not be the choice of user.