问题标签 [nitrous]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
246 浏览

android - 在 nitrous.io(Meteor 的 Android SDK)上安装包依赖项

所以现在我正在尝试安装 Android SDK 来测试我的 Meteor 应用程序并玩弄移动开发。“meteor install-sdk android”安装除了 32 位库之外的所有内容。

✓ 找到 Android 捆绑包
✓ 已安装 JDK
✓ 找到 Android 平台工具
✓ 找到 Android 构建工具
✗ 未找到 32 位库
✓ 找到 Android 19 API
✓ 找到合适的 Android x86 映像
✓ 找到“流星” android 虚拟设备 (AVD)
✗ Android没有安装模拟器加速
(安卓模拟器没有加速会很慢)
平台要求尚未满足
请按照这里的说明进行操作:
https ://github.com/meteor/meteor/wiki/Mobile-Dev-Install:-Android-在 Linux 上#libs32

所以我尝试 apt-get 它,但得到一个 dpkg 锁定错误。

action@vigorous-trigger-81-209458:~/workspace$ sudo apt-get install --yes lib32z1

警告:sudo 访问不可用;在没有 sudo 的情况下运行。

E: 无法打开锁定文件 /var/lib/dpkg/lock - open (13: Permission denied)
E: 无法锁定管理目录 (/var/lib/dpkg/),你是 root 吗?
action@vigorous-trigger-81-209458:~/workspace$ rm /var/lib/dpkg/lock
rm: 删除写保护的常规空文件/var/lib/dpkg/lock': 权限被拒绝 /var/lib/dpkg/lock'? yes
rm: cannot remove

有什么方法可以将这些库安装在我的 Nitrous 盒子上,以便我可以为 Meteor 运行 android 环境?

0 投票
1 回答
173 浏览

heroku - git push heroku master not working

I have tried the "bundle install" command and "bundle update" but nothing seems to work.

0 投票
1 回答
27 浏览

nitrous - 为什么我在 nitrous 上的 node.js helloworld 应用程序不工作?

我已经多次阅读教程。我复制了代码并粘贴了它。尽管如此,“预览”菜单下仍然没有“端口 3000”。预览 URL 是 404。

如果我运行wget 127.0.0.1:3000,则响应消息正常。 在此处输入图像描述