instructure / canvas-lms

The open LMS by Instructure, Inc.
https://github.com/instructure/canvas-lms/wiki
GNU Affero General Public License v3.0
5.41k stars 2.42k forks source link

docker_dev_setup.sh fails at yarn install. #2313

Closed trwy7 closed 4 months ago

trwy7 commented 4 months ago

Summary:

The docker setup script fails at yarn installation, with the log EACCES: permission denied, unlink '/usr/src/app/packages/babel-plugin-themeable-styles/node_modules/argparse/CHANGELOG.md'

Steps to reproduce:

  1. Run the script and configure everything
  2. Get to yarn install and fail

Expected behavior:

It should succeed

Actual behavior:

It fails with an unclear log

Additional notes:

The /usr/src/app directory does not exist on my machine

trwy7 commented 4 months ago

Fixed by #2199