ubuntuを搭載したRaspberry Pi3 model Bに、
npmを用いてposixをインストールしようとしたのですが、
以下のエラーが発生してしまいました。
$ npm install posix … posix.target.mk:107: recipe for target 'Release/obj.target/posix/src/posix.o' failed make: *** [Release/obj.target/posix/src/posix.o] Error 1 make: Leaving directory '/home/ubuntu/nodejsGw/node_modules/posix/build' gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23) gyp ERR! stack at ChildProcess.emit (events.js:223:5) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12) gyp ERR! System Linux 4.15.0-1054-raspi2 gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /home/ubuntu/nodejsGw/node_modules/posix gyp ERR! node -v v12.14.1 gyp ERR! node-gyp -v v5.0.5 gyp ERR! not ok npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@0.1.4 (node_modules/xpc-connection): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bluetooth-hci-socket@0.5.1 (node_modules/bluetooth-hci-socket): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bluetooth-hci-socket@0.5.1 install: `node-gyp rebuild` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! posix@4.1.2 install: `node-gyp rebuild` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the posix@4.1.2 install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /home/ubuntu/.npm/_logs/2020-01-28T08_58_57_683Z-debug.log
実行環境は以下の通りです
ハードウェア:Raspberry Pi3 ModelB
OS : Ubuntu 18.04.3 LTS (バージョン)
armv7l (アーキテクチャ)
node : v12.14.1
npm : 6.13.4
node-gyp : v6.1.0
●試したこと
0. node-gypのアップデート
→同様のエラーが発生
0. package-loc.jsonやnode_modulesを削除後、再度npm installを行う。
→同様のエラーが発生
次に何を試せばよいかもわからない状態のため、些細な事柄でも提案してくださると非常に
助かります。
よろしくお願いいたします。
あなたの回答
tips
プレビュー