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
Module not found: Error: Can't resolve 'buffer/'
Module not found: Error: Can't resolve 'stream'
webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer the case. Verify if you need this module and configure a polyfill for it.
Module not found: Error: Can't resolve 'assert' in
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
npm install react-plotly.js plotly.js
npm start
Errors:
Module not found: Error: Can't resolve 'buffer/'
Module not found: Error: Can't resolve 'stream'
webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer the case. Verify if you need this module and configure a polyfill for it.
Module not found: Error: Can't resolve 'assert' in
The text was updated successfully, but these errors were encountered: