plotly / plotly/react-plotly.js

The dependencies are not being installed

Open
#314 2 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
1.1k
Forks
138
Avg merge
3d 2h
Merged PRs (30d)
4

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the issue with npm install react-plotly.js plotly.js followed by npm start, then inspect the dependency and webpack configuration implicated by the missing buffer/, stream, and assert modules. Done means the reported installation and startup commands complete without these module-resolution errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, node.js, react, webpack
Domain
build-system, data-visualization, frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.