gpt4 book ai didi

reactjs - 将D3与Electron React应用程序结合使用

转载 作者:行者123 更新时间:2023-12-03 12:36:18 24 4
gpt4 key购买 nike

我正在使用带有 Electron react 样板的 Electron 来构建一个应用程序,该应用程序在https://github.com/chentsulin/electron-react-boilerplate.git中找到,一切正常。

但是,当我尝试使用D3时, Electron 总是向我抛出错误zTypeError: Cannot read property 'version' of undefined. (ie : console.log(d3.version) )

  • 我遵循此处找到的指示信息:Can D3 library be used with the Electron (Atom shell)?,没有结果。
  • 我将脚本(https://d3js.org/d3.v3.min.js)添加到index.html中,没有结果。
  • <script>var d3 = require("d3")</script>相同的问题。

  • 我的配置:
  • Electron 1.4.15
  • Chrome 53.0.2785.143
  • node@6.9.4 | win32 | x64
  • react 15.4.2
  • d3 4.5.0

  • 我希望有人可以帮助解决这个问题。

    最佳答案

    我只是在需要d3的所有jsx文件的顶部使用var d3 = require('d3');。这适用于我目前正在使用的基于 Electron + d3的两个应用程序。

    关于reactjs - 将D3与Electron React应用程序结合使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42315091/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com