Anyone have this issue in 2023?
Can't resolve '../netsuite/set-timeout-polyfill' in '..../globalpayments-api/lib/src'
React Build
node v18
react-scripts 5.0.1 **tried the 4.0.3 fix, but have other npm dependencies in current project that require 5.0.1
Also ran into a multitude of other console errors that were fixed by adding the following to webpack.config.js
fallback: {
"stream": require.resolve("stream-browserify"),
"https": require.resolve("https-browserify"),
"http": require.resolve("stream-http"),
"fs": false,
},