Unable to compile with typescript when upgrading from 12 to 13 #7503
-
Checklist
Describe the issueWhat is happening? Running tsc with zwave-js 13.0.0 as a dependency fails with:
What did you expect to happen instead? Steps to reproduce the behavior: Anything else we should know? Software versionsDriver (node-zwave-js): ...13.0.0 Z-Wave Controller (Stick/Dongle/...)discussions Device informationManufacturer: ... Checklist
Upload LogfileNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
This comment was marked as off-topic.
This comment was marked as off-topic.
-
We ended up discussing this on Discord, but the reason for this is this breaking change in v12.0.0: I'm not sure why it kept working for so long though. |
Beta Was this translation helpful? Give feedback.
We ended up discussing this on Discord, but the reason for this is this breaking change in v12.0.0:
https://zwave-js.github.io/node-zwave-js/#/getting-started/migrating/v12?id=require-nodejs-18-switch-to-typescript39s-module-resolution-strategy-node16
I'm not sure why it kept working for so long though.