我试图在离线环境中使用本地Web服务器构建Meteor应用程序,但无法访问外部Internet。
在运行meteor build ./output
时,我得到以下内容:
...应用程序数据\本地\ .meteor \包\模板\ 1.1.9 \ plugin.compileTemplatesBatch.os \ NPM \ node_modules \流星\承诺\ node_modules \流星承诺\ promise_server.js:116
抛出错误;
错误:EPERM,符号链接' .. \ babylon \ bin \ babylon.js'
此应用程序在localhost中运行良好,似乎没有任何问题,但在尝试build
或bundle
应用程序时遇到了这些问题。
其他(可能有用)信息:
meteor build ./output --verbose
返回以下内容(省略了不必要的包)
本地软件包版本是最新的:templating@1.1.9
本地软件包版本是最新的:templating-tools@1.0.4
由于
答案 0 :(得分:2)
您需要以管理员身份运行meteor,然后才能创建符号链接。