You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following error when running npm run build:
electron % npm run build
> [email protected] build
> react-scripts build
Could not find a required file.
Name: index.html
Searched in: <myhome>/Taboo/electron/public
I ran cp -r webui/public/* electron/public which fixed it and let me run npm run build and npm run start afterwards. Could it be that this is a typo in scripts/ui line 9?
The text was updated successfully, but these errors were encountered:
I'm getting the following error when running
npm run build
:I ran
cp -r webui/public/* electron/public
which fixed it and let me runnpm run build
andnpm run start
afterwards. Could it be that this is a typo inscripts/ui
line 9?The text was updated successfully, but these errors were encountered: