11 Откройте файл package.json в папке
axelor-7.0.1\open-suite-webapp\modules\axelor-open-suite\axelor-human-resource\src\main\axelor-react-timesheet
12 Исправит фрагмент кода CI=false в блоке « scripts »:
« scripts »: {
« start »: « node scripts/start.js »,
« build »: « set "CI=false" && node scripts/build.js »,
« test »: « node scripts/test.js --env=jsdom »
},
13 Откройте файл package.json в папке
axelor-7.0.1\open-suite-webapp\modules\axelor-open-suite\axelor-project\src\main\task-editor
14 Исправить фрагмент кода CI=false GENERATE_SOURCEMAP=false в блоке « scripts »:
« scripts »: {
« start »: « react-scripts start »,
« build »: « set "CI=false" && set "GENERATE_SOURCEMAP=false" && react-scripts build »,
« test »: « react-scripts test »,
« eject »: « react-scripts eject »
},
После внесения этих изменений можно запустить сервер.