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
Everything directly imported by a file should have a package version set in package.json.
I use pnpm, which disallows relying on phantom dependencies, which causes this package to not work correctly.
For more info on phantom dependencies: https://rushjs.io/pages/advanced/phantom_deps/
Everything directly imported by a file should have a package version set in
package.json
.I use pnpm, which disallows relying on phantom dependencies, which causes this package to not work correctly.
For more info on phantom dependencies: https://rushjs.io/pages/advanced/phantom_deps/
https://github.com/gl-vis/gl-cone3d/blob/d686777/lib/conemesh.js#L7-L16
The dependencies that should be added to
"dependencies"
inpackage.json
are:colormap
gl-buffer
gl-mat4
gl-shader
gl-texture2d
gl-vao
ndarray
normals
simplicial-complex-contour
typedarray-pool
(this is essentially the same issue as gl-vis/gl-streamtube3d#9)
The text was updated successfully, but these errors were encountered: