Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Fixes 'Qualified path resolution failed' error #4

Merged
merged 1 commit into from
Feb 15, 2021
Merged

Fixes 'Qualified path resolution failed' error #4

merged 1 commit into from
Feb 15, 2021

Conversation

solojungle
Copy link
Contributor

Running yarn example produced this error:

Error: Qualified path resolution failed - none of the candidates can be found on the disk.

Source path: /home/user/Repos/clubhouse-api/src/profiles/locales/Korean
Rejected candidate: /home/user/Repos/clubhouse-api/src/profiles/locales/Korean
Rejected candidate: /home/user/Repos/clubhouse-api/src/profiles/locales/Korean.js
Rejected candidate: /home/user/Repos/clubhouse-api/src/profiles/locales/Korean.json
Rejected candidate: /home/user/Repos/clubhouse-api/src/profiles/locales/Korean.node
Rejected candidate: /home/user/Repos/clubhouse-api/src/profiles/locales/Korean.mjs
Rejected candidate: /home/user/Repos/clubhouse-api/src/profiles/locales/Korean.cjs
Rejected candidate: /home/user/Repos/clubhouse-api/src/profiles/locales/Korean.wasm

Fixed by capitilizing 'K' in locales/korean.js

@seia-soto
Copy link
Owner

seia-soto commented Feb 15, 2021

I think it's weird, because the initial character of the filename is upper case letter in my local repository and the git client didn't report any changes to be staged. Thank you for reporting this. Maybe this is just bug.

image

image

@seia-soto seia-soto merged commit a4313a6 into seia-soto:master Feb 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants