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
I installed the Node.js as mentioned and installed gltf-pipeline using the -g flag.
For subsequent operations from command line, I had to prefix the commands in gltf-pipeline.js with "node" for it execute. Without the node prefix, it simply opens .js file in my text editor.
None of the dependencies are installed along with gltf-pipeline. They need to be installed manually without the -g flag. Otherwise they aren't found when running gltf-pipeline.js. I didn't realize this was the issue till after a couple of hours of searching.
This is my first experience with Node and it was not clear why the dependencies were not being found. So, perhaps a few more lines from more knowledgeable people would make it easier for others.
The text was updated successfully, but these errors were encountered:
I installed the Node.js as mentioned and installed gltf-pipeline using the -g flag.
For subsequent operations from command line, I had to prefix the commands in gltf-pipeline.js with "node" for it execute. Without the node prefix, it simply opens .js file in my text editor.
None of the dependencies are installed along with gltf-pipeline. They need to be installed manually without the -g flag. Otherwise they aren't found when running gltf-pipeline.js. I didn't realize this was the issue till after a couple of hours of searching.
This is my first experience with Node and it was not clear why the dependencies were not being found. So, perhaps a few more lines from more knowledgeable people would make it easier for others.
The text was updated successfully, but these errors were encountered: