node
node-gyp: Build failed
node-gyp.*rebuild.*failed
Fixes
- 1.Install build tools: build-essential, python3
- 2.On Windows: npm install -g windows-build-tools
- 3.Check node-gyp version compatibility
node-gypnativebuild
Related Errors
node3 fixes
EADDRINUSE: Port already in use
Error: listen EADDRINUSE.*port
- •Kill process using the port: lsof -i :PORT
- •Use different port
node3 fixes
ECONNREFUSED: Connection refused
Error: connect ECONNREFUSED
- •Check target server is running
- •Verify host and port are correct
node3 fixes
ENOENT: No such file or directory
ENOENT.*no such file or directory
- •Check file path is correct
- •Use path.resolve for absolute paths