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

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

Closed
marcivanmanalac opened this issue Mar 15, 2023 · 5 comments

Comments

@marcivanmanalac
Copy link

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.

@yeldarby
Copy link
Contributor

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.

@yeldarby
Copy link
Contributor

Fixed the README in #14

@marcivanmanalac
Copy link
Author

Thank you for your quick response.

This is the error message I am receiving:
image

I ran npm install already within the cloned repo

@RobertoNovelo
Copy link

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 ......"

@marcivanmanalac
Copy link
Author

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

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

3 participants