I want to configure my device, which is Nvidia Jetson TX2, on my application,but after executing the command,
balena os configure ~/balena-cloud-jetson-tx2-2.47.0+rev2-dev-v10.6.27.img --app myApp
it shows the error,
[debug] new argv=[/usr/local/bin/node,/usr/local/bin/balena,os:configure,/home/darren/balena-cloud-jetson-tx2-2.47.0+rev2-dev-v10.6.27.img,–app,myApp] length=6
The module ‘/usr/local/lib/node_modules/balena-cli/node_modules/ext2fs/build/Release/bindings.node’
was compiled against a different Node.js version using
NODE_MODULE_VERSION 57. This version of Node.js requires
NODE_MODULE_VERSION 72. Please try re-compiling or re-installing
the module (for instance, usingnpm rebuild
ornpm install
).Error: The module ‘/usr/local/lib/node_modules/balena-cli/node_modules/ext2fs/build/Release/bindings.node’
was compiled against a different Node.js version using
NODE_MODULE_VERSION 57. This version of Node.js requires
NODE_MODULE_VERSION 72. Please try re-compiling or re-installing
the module (for instance, usingnpm rebuild
ornpm install
).
at Object.Module._extensions…node (internal/modules/cjs/loader.js:1187:18)
at Module.load (internal/modules/cjs/loader.js:985:32)
at Function.Module._load (internal/modules/cjs/loader.js:878:14)
at Module.require (internal/modules/cjs/loader.js:1025:19)
at require (internal/modules/cjs/helpers.js:72:18)
at bindings (/usr/local/lib/node_modules/balena-cli/node_modules/bindings/bindings.js:112:48)
at Object. (/usr/local/lib/node_modules/balena-cli/node_modules/ext2fs/lib/ext2fs.js:3:37)
at Module._compile (internal/modules/cjs/loader.js:1137:30)
at Object.Module._extensions…js (internal/modules/cjs/loader.js:1157:10)
at Module.load (internal/modules/cjs/loader.js:985:32)
at Function.Module._load (internal/modules/cjs/loader.js:878:14)
at Module.require (internal/modules/cjs/loader.js:1025:19)
at require (internal/modules/cjs/helpers.js:72:18)
at Object. (/usr/local/lib/node_modules/balena-cli/node_modules/ext2fs/index.js:2:18)
at Module._compile (internal/modules/cjs/loader.js:1137:30)
at Object.Module._extensions…js (internal/modules/cjs/loader.js:1157:10)Additional information may be available with the
--debug
flag.
For help, visit our support forums: https://forums.balena.io
For bug reports or feature requests, see: Issues · balena-io/balena-cli · GitHub
Does anyone how to solve it?