Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/meteor/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
meteor创建指向错误计算机的符号链接_Meteor_Angular Meteor - Fatal编程技术网

meteor创建指向错误计算机的符号链接

meteor创建指向错误计算机的符号链接,meteor,angular-meteor,Meteor,Angular Meteor,我把我的应用程序移到了另一台Ubuntu计算机上。当我在新电脑上启动带有meteor或meteor run的应用程序时,它会出现以下错误: EISDIR:目录上的非法操作,取消链接 “/home/hoosiercoder/dev/simple-todos/.meteor/local/dev_bundle” 我检查了那个目录,我确实有从我的旧电脑到旧版本meteor的符号链接。我认为这就是产生错误的原因 问题是,当我删除所有符号链接并再次尝试运行应用程序时,meteor只会创建另一个符号链接。。又

我把我的应用程序移到了另一台Ubuntu计算机上。当我在新电脑上启动带有
meteor
meteor run
的应用程序时,它会出现以下错误:

EISDIR:目录上的非法操作,取消链接 “/home/hoosiercoder/dev/simple-todos/.meteor/local/dev_bundle”

我检查了那个目录,我确实有从我的旧电脑到旧版本meteor的符号链接。我认为这就是产生错误的原因

问题是,当我删除所有符号链接并再次尝试运行应用程序时,meteor只会创建另一个符号链接。。又回到了《流星》的旧版本(

如何解决此问题并使应用程序运行

  • 我在新机器上创建了一个新的meteor测试应用程序
  • 重新安装了所有库
  • 将原始应用程序中的.meteor文件夹替换为测试应用程序中的新.meteor文件夹
  • 这就解决了新盒子上的问题