-
Task
-
Resolution: Fixed
-
L1 - Blocker
-
7.6.x
-
None
AT
- The 7.6 Webapp Distro job is broken, which also happens during the 7.6 Test Release build. NPM throws the error below during compilation.
- This is a blocker for the 7.6.5 Release
NPM Error message:
[exec] Running "persistify:admin_scripts" (persistify) task 10:22:45 [exec] Fatal error: Unterminated string constant (8:27) while parsing file: /home/camunda/workspace/7.6-webapp-DISTRO/ui/admin/client/scripts/pages/userEdit.js
Hint: I was able to reproduce the issue locally by doing the following:
git clone https://github.com/camunda/camunda-bpm-webapp
git checkout 7.6
cd camunda-bpm-webapp
nvm use 0.10.38
npm config set cache ./.npmcache
npm cache clean
npm install -g npm@2.10.1
npm install -g grunt-cli bower
npm cache clean && rm -rf ./node_modules && mvn clean source:jar install -B
Running the last command throws the error reproducibly.