headless-glというライブラリを使うために、npm install -g glでパッケージインストール後に
prebuild-install || node-gyp rebuild
上記コマンドを実行したのですが、下記のようなエラーが発生してしまいます。
node
1gyp: binding.gyp not found (cwd: /home/bitnami) while trying to load binding.gyp 2gyp ERR! configure error 3gyp ERR! stack Error: `gyp` failed with exit code: 1 4gyp ERR! stack at ChildProcess.onCpExit (/opt/bitnami/node/lib/node_modules/node-gyp/lib/configure.js:353:16) 5gyp ERR! stack at ChildProcess.emit (events.js:314:20) 6gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12) 7gyp ERR! System Linux 4.19.0-14-cloud-amd64 8gyp ERR! command "/opt/bitnami/node/bin/node" "/opt/bitnami/node/bin/node-gyp" "rebuild" 9gyp ERR! cwd /home/bitnami 10gyp ERR! node -v v12.20.2 11gyp ERR! node-gyp -v v8.1.0 12gyp ERR! not ok
/home/bitnami/node_modules/glというディレクトリには、binding.gupが存在していたので原因がわかりませんでした。
パスが通ってないなどでしょうか?
何か思い当たることなどあればご教示いただけますと幸いです。
あなたの回答
tips
プレビュー