-
Notifications
You must be signed in to change notification settings - Fork 7
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
我的跑不起来,提示报错啦 #1
Comments
需要cd 到server 目录运行node her.js ,https的证书文件是相对地址 |
大牛:您好 D:>cd hero D:\hero>npm install hero-mobile npm WARN enoent ENOENT: no such file or directory, open 'D:\hero\package.json' D:\hero> |
按照github上的readme做吧,这是最近写的 |
由于涉及到不同的平台,iOS 用pod,android用marven,js用npm,所以以后npm只维护hero-js的版本。但是我目前没有维护它,目前业务上的事情很忙。 |
谢谢您回复,在麻烦请教您几个问题:1,我们开发app使用node.js吗?2:若是要开发app就是需要开发iOS 的pod,android的marven.js这两个了吗?还是怎么做呢?3:希望可以有一个教程文档,或者网站,空间主机我可以来提供,因为我发现这个确实很简单,但是就是那里有卡住了,希望可以学习通了,然后加入到hero里面来,谢谢您 |
nodejs用来做web服务,方便本地调试 |
好的麻烦您了!加油哈
发自中兴手机邮件客户端
2017年3月22日 14:34于 gpliu <notifications@github.com>写道:
nodejs用来做web服务,方便本地调试
iOS你直接把ios的工程放到你自己的工程里面去就好了,pod还是手动都可以。android一样。
下周可以做一些开源的事情。本周确实业务繁忙
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#1 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AKxEbAqHvy9yDmehMRK2Xi-9qmAw9Y4pks5roMD9gaJpZM4Mjhmf>.
|
向您咨询下一个事情哈,我们做的app,比如相机,语音,地理位置这些底层api有吗?。 |
HeroPhotoView可以去取照片,相机 |
大牛,为啥GIT上面没有代码啥的了,是在更新吗?很期待这款产品呢 |
fs.js:549
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^
Error: ENOENT: no such file or directory, open 'C:\Users\HP\cer\key'
at Error (native)
at Object.fs.openSync (fs.js:549:18)
at Object.fs.readFileSync (fs.js:397:15)
at createProxyServer (D:\Hero\server\her.js:48:12)
at her (D:\Hero\server\her.js:172:5)
at Object. (D:\Hero\server\her.js:176:1)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
刚刚接触,麻烦您帮忙解答下
The text was updated successfully, but these errors were encountered: