We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OS : Win 11 22H2 npm : 9.6.3
Running npm run build gets a error saying Module not found: Error: Can't resolve './terms.json' in 'D:\projects\python\futurecoder\frontend\src'
npm run build
what am I doing wrong here?
The text was updated successfully, but these errors were encountered:
Follow all the steps in https://github.com/alexmojaki/futurecoder#running-locally, particularly step 4.
Sorry, something went wrong.
its a .sh file it seems I can't run it locally in windows. I have to use Linux for it.
Just set the environment variable FUTURECODER_LANGUAGE=en (however that's done in Windows) and run the various poetry run commands in https://github.com/alexmojaki/futurecoder/blob/master/scripts/generate.sh.
FUTURECODER_LANGUAGE=en
poetry run
No branches or pull requests
OS : Win 11 22H2
npm : 9.6.3
Running
npm run build
gets a error sayingModule not found: Error: Can't resolve './terms.json' in 'D:\projects\python\futurecoder\frontend\src'
what am I doing wrong here?
The text was updated successfully, but these errors were encountered: