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
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
The text was updated successfully, but these errors were encountered:
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?
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 !
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
The text was updated successfully, but these errors were encountered: