Tag: mup

mup部署工作,但图像不会启动

我正在将我的Meteor应用程序从Windows 10机箱部署到Digital Ocean VPS。 最新版本的mup,最新版本的meteor,应用程序在Windows上运行良好,应用程序部署并运行良好,然后添加节点 – 超级NPM。 当应用程序尝试启动时,我在日志中看到以下错误: npm ERR! enoent ENOENT: no such file or directory, chmod '/bundle/bundle/programs/server/npm/node_modules/node-uber/node_modules/sshpk/bin\sshpk-conv' 显然问题是在文件名反斜杠,但不知道从哪里来,或如何解决它。 它没有在package.json中为node-uber引用。 我试过在Windows端编辑sshpk的package.json,但是这没有什么区别。 我无法编辑Docker容器中的文件,因为容器不断重新启动并将我踢出去。 任何人都有如何解决这个问题的build议,最好是永久性的,所以每次部署时我都不需要跳过这些环节。

部署meteor数字海洋Ubuntu – 没有这样的容器错误

通过将我的Meteor App部署到Digital Ocean Ubuntu 16.04,我遇到了一个问题。 我的meteor版本是METEOR@1.5.2.2 mup设置工作完美。 mup deploy抛出一个错误。 我GOOGLE了这个错误,但我无法find这个解决scheme Started TaskList: Pushing Meteor App – Pushing Meteor App Bundle to the Server – Pushing Meteor App Bundle to the Server: SUCCESS – Prepare Bundle x Prepare Bundle: FAILED ———————————–STDERR———————————– Error response from daemon: No such container: CoachingDB The command '/bin/sh -c cd /built_app/programs/server && […]