Meteor - Error: can't get arch with uname -p?

痴心易碎 提交于 2021-01-27 05:30:41

问题


When I cd into the folder of a newly created Meteor app and run it with the 'meteor' command, I get

/Users/stylinchas/.meteor/packages/meteor-tool/.1.7.0_5.19pr45f.7esr++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:218
  throw error;
  ^

Error: can't get arch with uname -p?
at run (/tools/utils/archinfo.js:151:15)
at Object.host (/tools/utils/archinfo.js:161:11)
at ProjectContext.reset (/tools/project-context.js:90:45)
at new ProjectContext (/tools/project-context.js:56:8)
at Command.doRunCommand [as func] (/tools/cli/commands.js:335:24)
at /tools/cli/main.js:1531:15

IF you have any ideas on why this is happening, I would appreciate your help - thx!

来源:https://stackoverflow.com/questions/52414088/meteor-error-cant-get-arch-with-uname-p

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!