找不到模块'./accelerometer'
Cannot find module './accelerometer'
我在我的 tessel 2 上尝试 运行 johnny-5 时遇到以下错误:
Error: Cannot find module './accelerometer'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/tmp/remote-script/node_modules/johnny-five/lib/johnny-five.js:1:152)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
我已经尝试安装该模块,但仍然出现错误。
如有任何指点,我们将不胜感激。
尝试安装 Node 版本 8.11.1。
它对我有用。花了两天时间弄明白了。
如果它不起作用,请检查 package.json 在 tessel-io 和 johnny-five 上的版本。如果 package.json 中的节点版本与您正在使用的节点版本不同,请更新或降级到 package.json 节点版本。
我在我的 tessel 2 上尝试 运行 johnny-5 时遇到以下错误:
Error: Cannot find module './accelerometer'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/tmp/remote-script/node_modules/johnny-five/lib/johnny-five.js:1:152)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
我已经尝试安装该模块,但仍然出现错误。
如有任何指点,我们将不胜感激。
尝试安装 Node 版本 8.11.1。 它对我有用。花了两天时间弄明白了。
如果它不起作用,请检查 package.json 在 tessel-io 和 johnny-five 上的版本。如果 package.json 中的节点版本与您正在使用的节点版本不同,请更新或降级到 package.json 节点版本。