Пытаюсь развернуть у себя "participatory-planning" по ссылке:
https://github.com/Esri/participatory-planning
Как описано здесь:
"Чтобы запустить исходный код локально, выполните следующие действия:
git clone
https://github.com/Esri/participatory-planning.git
cd participatory-planning/
npm install
npm run start # serves application at
localhost:8080"
И когда запускаю npm install у себя в терминале встроенный в VSCode, то выдает следующую ошибку:
npm WARN moment-locales-webpack-plugin@1.2.0 requires a peer of moment@^2.8.0 but none is installed. You must install peer dependencies yourself.
Я далек от этого. Можете подсказать как это сделать?