You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically, if the directory contains a symbolic link to another directory, then hashing will get confused and say (e.g.)
cmgr: [WARN: could not hash source files: read /Users/zacharywade/Documents/work/pico/2022/react-tests/node_modules/live-art-client: is a directory]
(As you might be able to guess from the path, this is a problem for yarn projects which always put symlinks to workspaces in the node_modules directory)
The text was updated successfully, but these errors were encountered:
Thanks for the report. Can you include more details on the structure of the challenge directory that this failed on? I'm guessing that problem.md is located in ..../react-tests/ but I want to confirm before I look into the best way to gracefully handle this.
Specifically, if the directory contains a symbolic link to another directory, then hashing will get confused and say (e.g.)
(As you might be able to guess from the path, this is a problem for yarn projects which always put symlinks to workspaces in the
node_modules
directory)The text was updated successfully, but these errors were encountered: