我使用cordova和离子框架开发了一个移动应用程序。我想在我的手机上测试该应用程序,但是当我尝试以下命令时
$ ionic run android
它向我显示以下错误:
$ ionic run android
Error { [Error: ENOENT, no such file or directory 'C:\Users\work\hooks']
errno: -4058,
code: 'ENOENT',
path: 'C:\\Users\\work\\hooks',
syscall: 'scandir' }
Updated the hooks directory to have execute permissions
Current working directory is not a Cordova-based project.
如何解决这个问题? 文档的链接是Here
答案 0 :(得分:1)
当前工作目录不是基于Cordova的项目,。
项目结构就是那样
project <==== from here you shall start command
-> hooks
-> www
-> ..
从您的日志开始,也许您的项目位于路径:'C:\ Users \ work \