futurecoder
futurecoder copied to clipboard
Running locally Error Module Not found
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'
what am I doing wrong here?
Follow all the steps in https://github.com/alexmojaki/futurecoder#running-locally, particularly step 4.
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.