quill icon indicating copy to clipboard operation
quill copied to clipboard

Error when setting up project locally - 'USE_LOCAL_FILE' is not recognized as an internal or external command, operable program or batch file

Open knightcube opened this issue 2 years ago • 3 comments

I tried to set up the project locally using the instructions in DEVELOPMENT.md.

However, after running the following commands, I got an error

npm run build npx playwright install npm run test:unit (all tests passed) npm start (gave error)

Here is the error - 'USE_LOCAL_FILE' is not recognized as an internal or external command, operable program or batch file.

Platforms: Windows 10, Mozilla Firefox 120.0 (64-bit),

knightcube avatar Dec 01 '23 02:12 knightcube

Thanks for reporting this. Looks like there are some issues in Windows supporting.

luin avatar Dec 09 '23 03:12 luin

I would like to work on this issue but I am not sure where do I start or which file should I even look at. Happy to get any leads.

knightcube avatar Dec 14 '23 04:12 knightcube

@knightcube setting variables in script does not support windows environment, only support unix based (mac for ex.)

You can do one thing

Set the variable manually in command export NEXT_PUBLIC_LOCAL_QUILL=true and then run the remaining command excluding above variable

Jarvis-3000 avatar Oct 20 '24 17:10 Jarvis-3000