You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im Trying to implement a graph in angular. Unfortunately I cant build it because three-forcegraph imports 'three'
import { Object3D, Material } from 'three';
This cannot be found and throws an error:
Error: ./node_modules/three-forcegraph/dist/three-forcegraph.module.js
Module not found: Error: Can't resolve 'three' in '/Users/s***/Projects///node_modules/three-forcegraph/dist'
Is there anything I'm missing?
The text was updated successfully, but these errors were encountered:
Im Trying to implement a graph in angular. Unfortunately I cant build it because three-forcegraph imports 'three'
import { Object3D, Material } from 'three';
This cannot be found and throws an error:
Error: ./node_modules/three-forcegraph/dist/three-forcegraph.module.js
Module not found: Error: Can't resolve 'three' in '/Users/s***/Projects///node_modules/three-forcegraph/dist'
Is there anything I'm missing?
The text was updated successfully, but these errors were encountered: