Skip to content
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

no uppercase in the path of your work repository #2

Open
castorsenior opened this issue Dec 28, 2020 · 2 comments
Open

no uppercase in the path of your work repository #2

castorsenior opened this issue Dec 28, 2020 · 2 comments

Comments

@castorsenior
Copy link

castorsenior commented Dec 28, 2020

Hi,
The installer doesn't like uppercase in the path of your work repository. I mean the place where you download the code and where your "package.json" file is.
Hope it will help.
With best regards

@jasonbosco
Copy link
Member

Hi @castorsenior, that's interesting. I've seen this in the past with Windows and macOS when the underlying filesystem used is case insensitive. Could you post the exact error message you see, along with the stack trace?

@castorsenior
Copy link
Author

Hi @jasonbosco,
Sorry for the late answer. I was very busy with other projects.
I'm on Ubuntu 18.04. Here is the trace displayed :
$ yarn run typesenseServer
yarn run v1.22.5
$ docker run -i -p 8108:8108 -vpwd/typesense-server-data/:/data typesense/typesense:0.17.0 --data-dir /data --api-key=xyz --listen-port 8108 --enable-cors
docker: invalid reference format: repository name must be lowercase.
See 'docker run --help'.
error Command failed with exit code 125.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Thank you for your attention !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants