YoruNoHikage / apex-api-gateway

Create and deploy your Apex project on AWS API Gateway using Swagger configuration
MIT License
19 stars 4 forks source link

bin/apex-api-gateway has DOS line endings, fails on unix #1

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hi,

apex-api-gateway cannot be run on Linux (and probably other unix platforms) because the file is saved in DOS format with CRLF line endings:

/usr/bin/env: ‘node\r’: No such file or directory

YoruNoHikage commented 8 years ago

Thanks, this should be okay now. Let me know if there's still a problem. :)