zabsalahid / serialport-gsm

SerialPort-GSM is a simplified plugin for communicating with gsm modems. (Primarily for sms) (Focused in PDU mode)
MIT License
88 stars 46 forks source link

bindings.node is not a valid Win32 application #105

Closed janlord01 closed 1 year ago

janlord01 commented 2 years ago

Got this error. Please help!

node_modules\@serialport\bindings\build\Release\bindings.node is not a valid Win32 application

Apollon77 commented 2 years ago

Could it be that you upgraded nodejs on your computer to a new major version? Then you need to execute "npm install" or "npm rebuild"

janlord01 commented 2 years ago

Could it be that you upgraded nodejs on your computer to a new major version? Then you need to execute "npm install" or "npm rebuild"

thanks for the reply. I actually downgraded my node to make it work. Thanks, work well!

Apollon77 commented 1 year ago

@zabsalahid can be closed