Open PabIOxyz opened 4 years ago
Hello, I followed @khoparzi 's lead and installed all the missing modules as they showed up in error inside Atom. It seemed to clear this error up. I'm writing this just in case any beginner-ish (like myself) users get blocked.
In your Terminal (you need to be in your user name directory):
$ cd .atom/packages/atom-marching/node_modules
// navigates to atom-marching package
then
$ npm install
// this may not be necessary but it didn't not work :)
then
$ npm install gl-vec3 glslify @bandaloo/merge-pass glsl-sdf-primitives glsl-superformula glsl-noise glsl-worley
// this is I think all of the missing packages, but I may have missed some.
If so, it's a case of copying the name of the missing package thrown in the error, searching npm and installing in the node_modules folder.
Hope that helps!
Adding to the list of missing packages, this worked for me
npm install gl-vec3 glslify @bandaloo/merge-pass glsl-sdf-primitives glsl-superformula glsl-noise glsl-worley gl-texture2d get-pixels gl-mat4
[Enter steps to reproduce:]
Atom: 1.45.0 x64 Electron: 4.2.7 OS: Mac OS X 10.15.4 Thrown From: atom-marching package 1.0.1
Stack Trace
Uncaught Error: Cannot find module 'gl-vec3'
Commands
Non-Core Packages