So, I was able to build once, but after closing out that bash terminal session and going back into the project directory to run it again, it won't run the make process. I'm pretty sure I'm just missing something simple, but I can't think up what it is. I've tried putting Kinc/make in quotes (single and double), i've tried putting in ./ before Kinc but nothing seems to make the make process run.
Any Ideas?
C:\Users\johnd\Documents\Projects\kinc\Shader-Kinc>node "./kinc/make"
internal/modules/cjs/loader.js:638
throw err;
^
Error: Cannot find module './Tools/kincmake/koremake.js'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
at Function.Module._load (internal/modules/cjs/loader.js:562:25)
at Module.require (internal/modules/cjs/loader.js:690:17)
at require (internal/modules/cjs/helpers.js:25:18)
at Object.<anonymous> (C:\Users\johnd\Documents\Projects\kinc\Shader-Kinc\kinc\make.js:1:1)
at Module._compile (internal/modules/cjs/loader.js:776:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)