While running npm install in my project, I keep encountering a series of unexpected errors. I’ve tried remedying the situation by installing a tool manually, but when I run the task manager command, it returns a ‘command not found’ error, leaving me confused and frustrated. Below is a sample log that outlines the issues during the build process:
7 warnings detected.
build: *** [Output/obj.target/img_converter/src/processor/start_module.o] Error 3
nodebuilder ERR! process failure
nodebuilder ERR! trace Error: `build` terminated with exit code: 3
nodebuilder ERR! trace at finishProcess (/usr/local/lib/node_modules/npm/node_modules/nodebuilder-lib/compile.js:145:17)
nodebuilder ERR! trace at processExit (events.js:98:12)
nodebuilder ERR! system Linux 5.4.0-42-generic
nodebuilder ERR! command "/usr/bin/node" "/usr/local/lib/node_modules/npm/node_modules/nodebuilder-bin/nodebuilder.js" compile
nodebuilder ERR! cwd /home/user/project/node_modules/image-resizer/node_modules/img_converter
nodebuilder ERR! node -v v10.15.3
nodebuilder ERR! nodebuilder -v v3.2.0
nodebuilder ERR! build unsuccessful