You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use node v6.3.1 and the node version manager nvm on Fedora 24. When I run ./ace I get:
$ ./ace
/usr/bin/env: ‘node --harmony_proxies’: No such file or directory
I only quickly tried to find the cause and/or a solution. Some hints can be found in nvm-sh/nvm#828 (and nvm-sh/nvm#786 but this went on root privileges).
My workaround is this:
Remove the shebang (first line) in the ace file
Invoke with node ace, i.e. node ace make:controller Foos
Does the job for me. Maybe this should be mentioned in the docs.
Btw. AdonisJs is amazing. Thank you!
I just started and read the guides. I tried to fix some typos and inconsistencies in the docs while reading it but couldn't figure out which branch in the adonisjs/docs repo I should update.
The text was updated successfully, but these errors were encountered:
I use node v6.3.1 and the node version manager nvm on Fedora 24. When I run
./ace
I get:I only quickly tried to find the cause and/or a solution. Some hints can be found in nvm-sh/nvm#828 (and nvm-sh/nvm#786 but this went on root privileges).
My workaround is this:
ace
filenode ace
, i.e.node ace make:controller Foos
Does the job for me. Maybe this should be mentioned in the docs.
Btw. AdonisJs is amazing. Thank you!
I just started and read the guides. I tried to fix some typos and inconsistencies in the docs while reading it but couldn't figure out which branch in the adonisjs/docs repo I should update.
The text was updated successfully, but these errors were encountered: