Hey there, I’m trying to compile the SDC repo[1] with the command `mvn clean install -DskipTests=true -Dmaven.test.skip=true -Dadditionalparam=-Xdoclint:none` but I’m getting the following error:
==> sdc: [ERROR] npm ERR! code ENOENT ==> sdc: [ERROR] npm ERR! errno -2 ==> sdc: [ERROR] npm ERR! syscall chmod ==> sdc: [ERROR] ==> sdc: [ERROR] npm ERR! enoent ENOENT: no such file or directory, chmod '/opt/sdc/openecomp-ui/node_modules/coffee-script/bin/coffee' ==> sdc: [ERROR] npm ERR! enoent ENOENT: no such file or directory, chmod '/opt/sdc/openecomp-ui/node_modules/coffee-script/bin/coffee' ==> sdc: [ERROR] npm ERR! enoent This is most likely not a problem with npm itself ==> sdc: [ERROR] npm ERR! enoent and is related to npm not being able to find a file. ==> sdc: [ERROR] npm ERR! enoent ==> sdc: [ERROR] ==> sdc: [ERROR] npm ERR! Please include the following file with any support request: ==> sdc: [ERROR] npm ERR! /opt/sdc/openecomp-ui/npm-debug.log During the compilation of onboarding-ui-war module, I tried updating the node.js and npm versions and adding some dependencies(like coffe, istambul and others) without any success. I just wondering if there is a missing step or dependency for that compilation. Thanks Victor Morales irc: electrocucaracha [1] https://git.onap.org/sdc/
_______________________________________________ onap-discuss mailing list [email protected] https://lists.onap.org/mailman/listinfo/onap-discuss
