Excited to dive into the new tool called ManifoldJS introduced by Microsoft at Build 2015, I'm facing some challenges. My website is up and running as a basic HTML- and JS-based app using Angular and TypeScript. I've even created a manifest.json file for it. Everything seems set for testing out ManifoldJS.
However, when attempting to generate a package through the online tool located at , it indicates that it's working on generating the package but doesn't actually do anything. Checking the developer tools, I notice a 500 Internal Server Error appearing. The command line option isn't successful either. It begins the package generation process but terminates with a new error message:
"Command failed: 'C:\Users\FirstName' is not recognized as an internal or external command".
I want to mention that my manifoldjs file is installed in 'C:\Users\FirstName LastName\AppData\Roaming\npm\node_modules\manifoldjs', so could the issue possibly be related to spaces in the path?