Greeting,
I am setting up KC 6.x on my Windows 10 machine, and running into an issue with Maven build.
I followed the instructions in the README.md published at https://github.com/KualiCo/kc. Everything was going well before I am stuck at the step 7 (Step 7: Build Kuali Research Installing Kuali Research).
Maven failed to build coeus-webapp due to the error attached. In a nutshell, the error is “npm ERR! prota...@1.6.8 install: `node-gyp rebuild`”.
On my Windows 10 machine, I have Visual Studio 2015 and Python 2.7.16. Also, a copy of npm-debug.log is attached.
It would be appreciated if anyone can shed some light on me about this issue.
Bin


Hi Bin,
Do you need to include the jsfrontend features? The jsfrontend features are only used when you integrate with Core Auth and can use APIs.
If not needed you can add this maven parameter:
-Dbuild-jsfrontend-node.off=true
--
You received this message because you are subscribed to the Google Groups "KC Technical User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
kc.technical.co...@kuali.org.
Thanks, Noah! This really helps.
By the way, I updated to a new version of Kuali Research (coeus-1903.0001), which doesn’t have the same issue.
Thanks again,
Bin