Closed bmadzinski closed 4 years ago
The error message shown above is:
error source-map-loader@1.0.0: The engine "node" is incompatible with this module. Expected version ">= 10.13.0". Got "8.9.0"
error Found incompatible module.
The error is occurring because source-map-loader@1.0.0 requires Node 10.13.0 or higher to function correctly but Node 8.9.0 is being used. See here.
As can he seen here, pigpio installs successfully with Node.js versions 8, 10, 12, 13 and 14.
This issue is not related to pigpio.
Problem was caused by changing version with n node version manager
there had to be some cache with previous version.
Restarting raspberry pi resolved issue.
Any ideas?