-
-
Notifications
You must be signed in to change notification settings - Fork 636
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
./ace - No such file or directory #141
Comments
Node version |
Are you using nvm or just clean node install from apt? As I can see, without nvm. |
@dan-gamble Make use of It is a combination of several issues, i will be writing a blog post + a command to fix |
I tried both global node & That worked @thetutlage! I'll just set up an alias to use in the interim :) |
Sure, the problem is Since the installation of NodeJs is different from every OS and also depends upon the way you have installed NodeJs. I will add a command to |
Awesome, thanks for the help :) |
Hi Guys, I ran adonis fix and the issue was not fixed for me. I am using antergos. Any idea? |
It can't work ...
|
Ok i found hack for Linux... http://sambal.org/2014/02/passing-options-node-shebang-line/
It works for me, can anyone test it on OSX? |
@vizo Kind of works great, have to test it on Windows too |
Great!! @vizo it works 👍 |
Hey guys, you also may use |
C:\Users\Admin\demowork>./ace |
C:\Users\ROHIT SAINI\ya>./ace how to fix this problem ? |
In windows env use Like above On Oct 22, 2016 6:44 PM, "rindia" notifications@github.com wrote:
|
added an alias like |
i have an issue when i tried to create a new project: ✔ Your current Node.js & npm version match the AdonisJs requirements! |
May you create a new issue in the |
@RomainLanz Fixed. Node.js v6.2 has |
Good to know! Thanks. |
.ace is not working , please suggest me how to get rid of this issue |
Dear @pushkertiwari ! What's your problem? |
.ace make:controller home is not working , i have tried all the ways , but cli of adnois is not working in the terminal , always giving the isssue in the .ace is not found. @RomainLanz |
You need to use $ node ace make:controller XXX |
thanks @RomainLanz , you have solved my problem. |
@RomainLanz could you please help me in the autenication process of adnois js |
@pushkertiwari Please join the gitter for those kind of questions |
To run ace on Windows, create a file called ace.cmd in the root of your project with the following content
Now you can run |
There seem to be an issue when running during development. The server throw an event.js error while still serving, however the client is still connected to but the server still shows the error. I'm on a windows 10 machine.
…________________________________
From: DLUK44 <notifications@github.com>
Sent: 10 August 2017 19:05
To: adonisjs/adonis-framework
Cc: Subscribed
Subject: Re: [adonisjs/adonis-framework] ./ace - No such file or directory (#141)
To run ace on Windows, create a file called ace.cmd in the root of your project with the following content
cd %~dp0
node ace %*
Now you can run ace make:view home (but NOT ./ace make:view home, so careful when following tutorials etc.)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#141 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AVkQ5NGmyTRXDv8TfZDXr7n_ok20mLXFks5sW0aGgaJpZM4IHwv0>.
|
In 4.0 |
you should create a file named ace.js in the root with this code inside:
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I created a fresh droplet on Digital Ocean (The Node one click app) and followed the starting piece in the documentation to create
yardstick
.When i try and use Ace i get:
adonis@adonis:~/yardstick$ ./ace /usr/bin/env: node --harmony_proxies: No such file or directory
which node
gives me/usr/bin/node
The text was updated successfully, but these errors were encountered: