标签: d3.js ember.js
我通过npm安装了d3.js.现在当我导入d3模块时,例如:
import {scaleLinear} from "d3-scale";
我收到错误Could not find the module d3-scale。这不是正确的导入方式吗?
Could not find the module d3-scale