Can't import d3 or techan.js

Using npm install --save techan updates the package.json, installs itself and all of d3 to node_modules, but importing it breaks the app. console.log(d3) or console.log(techan) has a ref error as well. I suspect it’s build process is broken. Using meteor add superandrew:techan installs a correctly working, but very outdated version of techan and d3.

I’ve read through: [1.3.1] Strange import behavior but to no avail.