0

我已经用新的 DS214Play(在 Intel 上)替换了我的 DS212(在 ARM 上)。我尝试由任何用户(管理员)使用所需的命令行安装 MeteorJs:

curl http://install.meteor.com | sh

然后它告诉我它已安装,但实际上流星是不可调用的:

sh: meteor: not found

安装后我得到这些文件:

/volume1/homes/admin/.meteor/*
/usr/local/bin/meteor

[编辑] 尝试通过https://github.com/4commerce-technologies-AG/meteor安装,我收到以下错误(已通过 ipkg 安装了 make):

Node.js configure error: No acceptable C compiler found!

    Please make sure you have a C compiler installed on your system and/or
    consider adjusting the CC environment variable if you installed
    it in a non-standard prefix.

python ./configure
Node.js configure error: No acceptable C compiler found!

    Please make sure you have a C compiler installed on your system and/or
    consider adjusting the CC environment variable if you installed
    it in a non-standard prefix.

python tools/gyp_node.py -f make
gyp: Undefined variable node_tag in /tmp/generate-dev-bundle-IKZIGinD/build/node/node.gyp
make: *** [out/Makefile] Error 1
4

1 回答 1

0

嗨,我不确定您的架构现在是否支持预捆绑。

您可以尝试检查我们的“通用”捆绑器是否会为您提供帮助。

https://github.com/4commerce-technologies-AG/meteor

PS:使用上述方法时,请确保在您的系统上本地安装了 node、npm 和 mongo。

PPS:您也可以尝试直接从他们的 repos 中检查流星,这取决于架构。

于 2014-11-03T22:52:18.010 回答