react-scan
react-scan copied to clipboard
React-scan not working with Node 14
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?
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