react-scan icon indicating copy to clipboard operation
react-scan copied to clipboard

React-scan not working with Node 14

Open morsmodr opened this issue 1 year ago • 1 comments

React-scan has a dependency on unplugin 2.0.0-beta.2 which supports only Node 18 onwards. Unfortunately, I am not in the position to upgrade to Node 18. Is there a way to help support folks who are on older Node versions?

morsmodr avatar Dec 06 '24 19:12 morsmodr

You should be able to install + use react-scan in the latest version with node14

npm install [email protected]

Note: you will not be able to use the react-component-name plugin- gives react-scan component names in production- on node 14, but I don't believe that's publicly documented so I doubt you're using it

RobPruzan avatar Dec 11 '24 09:12 RobPruzan