Hi, I can run all the npm commands, but npm run api:prod throws an error:
Error: Cannot find module 'C:/Users/Joe/Documents/GitHub/FXBook/RFX/src/api/services/post/config.js'.
...
npm ERR! Failed at the rfx-stack@0.8.0-alpha.8 api:prod script 'cross-env NODE_ENV=production node ./run/build/start.api.bundle.js'.
I suspect webpack is unable to discover the feathers js files. Possibly something to do with autoloader.js? I am developing on a Windows 10 machine, fwiw.