function compileProjectWithId(projectId) {
    return fetchProject(projectId)
    .then(compileProject)
    .catch((error) => {
        console.trace(error);