-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting /usr/bin/env: invalid option -- 'S'
when I run athenna new
#67
Comments
athenna new
/usr/bin/env: invalid option -- 'S'
when I run athenna new
I've merged a PR that might fix this issue, could you please try again mate? |
Thanks for the quick response. I'll run the script again and report back. |
And please don't rely on the current documentation. I really apologize for that, but the project is still under development, and I've done a lot of breaking changes in the packages and they had a LOT of improvements. I'm even rewriting the documentation using Next.js and the Dracula UI here: https://github.com/AthennaIO/Docs/tree/feat/move-to-next. Your help would be very welcome here in the project, we have a lot of work ahead... If you want to join our community on Discord, this is the invite link: https://discord.gg/vaZgRUkMsm There on Discord, I can guide you and help with whatever you need to contribute to any feature. And again, I apologize for the problems, and thank you very much for your report, I think I would have never seen it since I'm using MacOS heheh. |
So everything went well. I will continue the exploration and report any other issue I face. ? Do you wish to create a Laravel project style? Yes [ GENERATING HTTP SERVER ] → Clone scaffold project from https://github.com/AthennaIO/AthennaIO.git in branch http 5687ms → Move project to your path 12ms → Install dependencies using npm 149583ms → Remove unnecessary files and create .env files [ success ] Project successfully created. ╭────────────────────────────────────────────────╮ │ Run following commands to get started: │ ├────────────────────────────────────────────────┤ │ │ │ ❯ cd athenna-project │ │ ❯ ./node artisan test │ │ ❯ ./node artisan serve │ │ │ ╰────────────────────────────────────────────────╯ |
Version
latest
Steps to reproduce
I followed the docs at https://athenna.io/docs/getting-started/installation and did
npm install -g @athenna/cli
But then running
athenna new athenna-project --type http
shows the following error in terminal:/usr/bin/env: invalid option -- 'S'
Expected behavior
A new project created
Actual behavior
error shown:
/usr/bin/env: invalid option -- 'S'
Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: