MetaMask / MetaMask/torus-node
Buffer not found in static build using sveltekit and Torus library
还没有人认领这个 Issue。
- 主要语言
- Go
- 星标
- 233
- 派生
- 30
- PR 合并指标
- 30 天内没有已合并 PR
描述
I need a way to alias Buffer for the browser.
Not sure which module requires this but its probably crypto related.
```
500
Buffer is not defined
@http://localhost:3000/_app/pages/index.svelte-2478ade3.js:1:111754
```
Problem is using Torus node library.
Here is a repo: https://github.com/ralyodio/torus-bufer
```
npm i
npm run build
npm run preview
```
...you will see error. `npm run dev` works fine since node handles requests. Its the browser only environment that is the issue.
The polyfill in `svelte.config.js` appears to not work: https://github.com/ralyodio/torus-bufer/blob/master/svelte.config.js
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
使用 npm i、npm run build 和 npm run preview 重现链接的 torus-bufer 仓库中的故障。先阅读 svelte.config.js,并将静态预览与 npm run dev 进行比较;当浏览器构建运行时不再出现 Buffer is not defined 错误时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, node.js
- 领域
- frontend, web-dev
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100