我得到了一个路径错误从需求-ts,我不知道如何确定我错过了什么。该应用程序在本地使用node ace serve运行良好,但在生产服务器上的docker中不起作用。
这是一个错误:
docker exec -it adonis_app node ace list:routes
TypeError
The "path" argument must be of type string. Received undefined
1 Cache.makeCachePath
/home/node/app/node_modules/@adonisjs/req
我希望将生成的php脚本的输出保存到apache首先检查的文件夹结构中。
/about/index.php <- dynamic should be rendered only if cache below does not exist
/contact/index.php
/public/about/index.html <- cached should be rendered first if exists
/public/contact/index.html
如何为我创建一个RedirectCond/RedirectRule设置来完成此操作?
我正在尝试将我的android项目升级到sdk 27,所以我尝试将robolectric升级到3.8。现在,当我尝试运行测试时,我会纠结于这个错误:
java.lang.RuntimeException: java.util.zip.ZipException: error in opening zip file
at org.robolectric.res.Fs$JarFs.<init>(Fs.java:96)
at org.robolectric.res.Fs.fromJar(Fs.java:27)
at org.robolectric.internal.SdkEnvironm
当我试图通过Jenkins运行npm install时,我得到了这样的信息。有很多信息我可以分享,但我希望看一眼就能告诉专家哪里出了问题。如果您觉得需要我的package.json文件或任何其他信息,请留言。
+ npm install
npm WARN `git config --get remote.origin.url` returned wrong result (https://github.com/DaftMonk/grunt-build-control) fatal: failed to stat '.': No such file or directory
np