node-serialport icon indicating copy to clipboard operation
node-serialport copied to clipboard

fix: avert crashes from missing package.json

Open rotu opened this issue 6 months ago • 0 comments

Previously npx @serialport/list and npx @serialport/terminal would crash as they would search the local filesystem for package.json to find the version. Now these tools print the correct version.

Fixes #2972

rotu avatar Jul 17 '25 23:07 rotu