You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.
As per the documentation, opensea recommends switching to Node.js version 8.11 to make sure common crypto dependencies work. when I use this, react app doesn't work, it requires 10.0+ I get the following error
As per the documentation, opensea recommends switching to Node.js version 8.11 to make sure common crypto dependencies work. when I use this, react app doesn't work, it requires 10.0+ I get the following error
/mydrive/opensea-js/ships-log/node_modules/terser-webpack-plugin/node_modules/p-limit/index.js:29
} catch {}
^
SyntaxError: Unexpected token {
at createScript (vm.js:80:10)
when I use latest version of node v16.4.0, I get following error
[email protected] start
/mydrive/opensea-js/ships-log/node_modules/mini-css-extract-plugin/dist/CssModule.js:20
class CssModule extends _webpack.default.Module {
^
TypeError: Class extends value undefined is not a constructor or null
at Ob
The text was updated successfully, but these errors were encountered: