我正在尝试在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的一些信息吗?
谢谢!