-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
2.0.0
-
None
When trying to start the backend with no internet connection and the `--o`switch, I get this error:
Franzs-MBP-2:client franz$ yarn start-backend -o yarn run v1.2.1 $ node scripts/start-backend -o mvn clean package -DskipTests { cwd: '/Users/franz/Documents/Projects/camunda-optimize' } { "name": "RequestError", "code": "ENOTFOUND", "host": "camunda.org", "hostname": "camunda.org", "method": "GET", "path": "/release/camunda-bpm/tomcat/7.8/camunda-bpm-tomcat-7.8.0-alpha2.tar.gz", "protocol": "https:", "url": "https://camunda.org/release/camunda-bpm/tomcat/7.8/camunda-bpm-tomcat-7.8.0-alpha2.tar.gz" } ✨ Done in 0.73s.