小编Fra*_*ira的帖子

如何在FreeBSD上安装meteor?

我正在尝试在FreeBSD 9上运行meteorjs.我已经从ports安装了nodejs.

我也尝试过: git clone https://github.com/meteor/meteor.git然后node meteor --help它不起作用.

我发现这个"如果"进入流星文件:

if [ "$UNAME" != "Linux" -a "$UNAME" != "Darwin" ] ; then
    echo "Sorry, this OS is not supported."
    exit 1
fi

有关于如何在FreeBSD上安装或构建meteorjs的一些信息吗?

谢谢!

install freebsd build meteor

2
推荐指数
1
解决办法
2431
查看次数

标签 统计

build ×1

freebsd ×1

install ×1

meteor ×1