plotly / plotly/react-plotly.js
The dependencies are not being installed
未关闭
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 1.1k
- 派生
- 138
- 平均合并
- 3 天 2 小时
- 30 天内合并 PR
- 4
描述
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
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
使用 npm install react-plotly.js plotly.js,然后执行 npm start 来复现该问题,接着检查与缺失的 buffer/、stream 和 assert 模块相关的依赖项和 webpack 配置。当报告的安装和启动命令在没有这些模块解析错误的情况下完成时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, node.js, react, webpack
- 领域
- build-system, data-visualization, frontend
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100