enuchi / React-Google-Apps-Script

This is your boilerplate project for developing React apps inside Google Sheets, Docs, Forms and Slides projects. It's perfect for personal projects and for publishing complex add-ons in the Google Workspace Marketplace.
MIT License
1.34k stars 178 forks source link

'mv' is not recognized as an internal or external command #156

Open goodnathan opened 1 year ago

goodnathan commented 1 year ago

Just raising the issue since it may impact Windows users. I was able to work around this by using the 'move' command instead.

enuchi commented 1 year ago

Thanks for opening. Trying to find a suitable cross-platform workaround.

enuchi commented 5 months ago

Latest version of this repo uses Vite instead of Webpack and changes the way the setup works, which should remove the need for the mv command.

enuchi commented 5 months ago

Actually the issue is still there -- will leave open for now