流星没有在git克隆上工作

时间:2016-10-17 18:58:22

标签: node.js windows mongodb meteor

我打算通过在我的计算机上从BitBucket克隆他的项目然后使用流星来处理它来处理朋友的项目,遗憾的是流星没有正确启动:

首先,代理和MongoDB没有启动,所以我通过向54.192.225.217 warehouse.meteor.com添加etc/hosts来搜索并解决它。 它工作了一段时间,流星下载了很多东西,直到我收到这个错误:

C:\Dev\project>meteor
[[[[[ C:\Dev\project ]]]]]
**=> Started proxy.**
**=> Started MongoDB.**
..\Local\.meteor\packages\meteor-tool\1.4.1_2\mt-os.windows.x86_32\dev_bundle\lib\node_modules\meteor-promise\promise_server.js:165
      throw error;
      ^
Error: ENOENT: no such file or directory, open '..\Local\Temp\mt-14qz4yr\os\packages\cfs_collection-filters.js'
    at Error (native)

C:\Dev\project>

我在Windows 10上使用METEOR 1.4.1.2 (适用于其他项目),Smart Git&到位桶。

meteor npm rebuild给了:

"rebuild"
npm ERR! node v4.6.0
npm ERR! npm  v3.10.8
npm ERR! code ELIFECYCLE
npm ERR! phantomjs@2.1.7 install: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the phantomjs@2.1.7 install script 'node install.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the phantomjs package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node install.js

0 个答案:

没有答案