-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS Error: Exercise directory .DS_Store does not match regex /^(?<number>\d+)-/ #14
Comments
had the same issue, for anybody that comes here in the future, as stated above, you can remove the file. in the application root run
|
I'm having this same issue... I've tried different versions of node, but still get the same error mentioned above when running I don't see the file
|
Do you have the hidden files visible? Use "CMD + shift + ." to toggle it. You can delete that file or change in the utility ts file to filter and exclude so it can prevent that error. I've changed to filter the directory before the iteration. |
I'm showing hidden files... the file isn't there. FWIW, I ended up finding an old remix-fundamental repo from a few weeks ago and pulled latest. Ran My TS knowledge is so weak, I don' think I'm going to try and figure out what went wrong... just picking back up with Remix. Thanks for the help regardless. |
It seems that on macOS this might be a problem when running
npm run dev
ornode dev
in the root:npm run dev
on an exercise directory (since there is no .DS_Store)The text was updated successfully, but these errors were encountered: