Macos 在同一台计算机上运行2个Meteor.js应用程序会导致npm包出错

Macos 在同一台计算机上运行2个Meteor.js应用程序会导致npm包出错,macos,node.js,meteor,npm,Macos,Node.js,Meteor,Npm,如果我通过meteor npm包启动第一个meteor项目,使用npm包,然后启动第二个meteor项目,使用meteor npm包,那么在第二个meteor服务器完成部署后,第一个meteor项目将突然无法找到npm包: Error: Can't find npm module 'mysql'. Did you forget to call 'Npm.depends' in package.js within the 'npm' package? 重新启动第一台meteor服务器,服务器输出

如果我通过
meteor npm
包启动第一个meteor项目,使用npm包,然后启动第二个meteor项目,使用
meteor npm
包,那么在第二个meteor服务器完成部署后,第一个meteor项目将突然无法找到npm包:

Error: Can't find npm module 'mysql'. Did you forget to call 'Npm.depends' in package.js within the 'npm' package?
重新启动第一台meteor服务器,服务器输出将显示

npm: updating npm dependencies -- mysql...
一切都会好起来的

每当我在同一个系统上同时运行2台meteor 0.7服务器时,就会出现这个问题。npm包的设置/权限是否有问题