Cannot find module '@instructure/js-utils'
Similar to the solution in posting https://github.com/instructure/canvas-lms/issues/1318 Links to an external site.
In docker-compose.override.yml add the following to the services -> jobs -> volumes key :
- js-utils:/usr/src/app/packages/js-utils
and then to the volumes key father down the file add this::
js-utils: {}
This fixes problems with dashboard and assignments!