when I use devtools and muitiple modules,catch the error "Error: This command should be invoked inside a Phalcon project directory ",who known it?
|
Jun '17 |
10 |
6815 |
1 |
when I use devtools and muitiple modules,catch the error "Error: This command should be invoked inside a Phalcon project directory ",who known it?
In case someone else has this problem, make sure that there's empty .phalcon file in the root of the project.
Thanks!
In case someone else has this problem, make sure that there's empty .phalcon file in the root of the project.
thanks!
In case someone else has this problem, make sure that there's empty .phalcon file in the root of the project.
Solved my issue, thanks!
In case someone else has this problem, make sure that there's empty .phalcon file in the root of the project.
In case someone else has this problem, make sure that there's empty .phalcon file in the root of the project.
Thank you man :D
This is what solved it for me too. I had the .phalcon file and it did not work, changing ti to a folder fixed the issue.
I fixed it by add a folder, not a file, names ".phalcon" in root dir of project.
I had a different issue causing the same problem - but one totally of my own making. I knew I needed to specify the output directory but instead of using the
faceslap: Hopefully this'll help someone else making this stupid mistake and also teach me to read the documentation more closely!