slab / quill

Quill is a modern WYSIWYG editor built for compatibility and extensibility
https://quilljs.com
BSD 3-Clause "New" or "Revised" License
43.56k stars 3.38k forks source link

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

Open knightcube opened 11 months ago

knightcube commented 11 months ago

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),

luin commented 10 months ago

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

knightcube commented 10 months ago

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.

Jarvis-3000 commented 6 days ago

@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