Dependencies - calendar

Hello,
I would like to build calendar bud I’m not able to solve all dependencies.
“make dev-setup” works fine but “make build-js” got lot of errors - all are related to missing module “calendar-js” like

Unable to resolve path to module 'calendar-js'  import/no-unresolved
"calendar-js" is not found  node/no-missing-import

I put calendar-js to node-module manually but the result is still same.

Thank you in advance for any advise!
B.

Solved,
if some beginner like me will have the same problem - you can copy the right version of calendar-js to node_modules folder but after that it is necessary to run commands “npm ci” and after that “npm run lint”. This will solve mentioned problem.
Regards BG