roboflow/dji-aerial-georeferencing

Is this repository working or is it still in development? TAILWIND_MODE errors.

marcivanmanalac opened this issue · 5 comments

I've read the blog post on roboflow and tried to follow along on the Try it in your Browser and Run it Locally guide in the ReadMe, but am having difficulties getting them to work. More specifically, the deployed GitHub page does not exist, and running the npm run build:dev returns TAILWIND_MODE errors.

I've also included screenshots of my outputs in the Roboflow forums post.

Thanks for pointing out the broken link; our github URL recently changed from roboflow-ai to roboflow so the gh-pages link is now: https://roboflow.github.io/dji-aerial-georeferencing/

And just tested that it appears working for me both on the deployed version & locally (and in the github action as of this morning when we merged in some dependabot fixes).

If you post the full error message you're getting I might be able to point you in the right direction.

Fixed the README in #14

Thank you for your quick response.

This is the error message I am receiving:
image

I ran npm install already within the cloned repo

Hello @marcivanmanalac ! It looks like the command is not compatible with your Windows shell. Could I suggest trying with WSL? Otherwise, you might need to install something like cross-env, and update the command to something along the lines of "start": "cross-env TAILWIND_MODE=watch ......"

Hello @marcivanmanalac ! It looks like the command is not compatible with your Windows shell. Could I suggest trying with WSL? Otherwise, you might need to install something like cross-env, and update the command to something along the lines of "start": "cross-env TAILWIND_MODE=watch ......"

Thank you! I was able to get it to work using cross-env