Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Improve React build by incorporating the watcher in base build commands#183

Merged
andrewpareles merged 4 commits intovoideditor:mainfrom
bjoaquinc:react-build-improvements
Jan 29, 2025
Merged

Improve React build by incorporating the watcher in base build commands#183
andrewpareles merged 4 commits intovoideditor:mainfrom
bjoaquinc:react-build-improvements

Conversation

@bjoaquinc
Copy link
Collaborator

Description:

Improved react build experience by:

  • Adding watchreact to npm run watch
  • Creating watchreactd
  • Adding watchreactd to .vscode/tasks.json so it runs when pressing CTRL/CMD + SHIFT + B

Issue:

@mathewpareles
Copy link
Contributor

I'm having trouble building on Windows. Any idea if there's a command being run that only works on Mac?
image

@bjoaquinc
Copy link
Collaborator Author

bjoaquinc commented Dec 23, 2024

I'm having trouble building on Windows. Any idea if there's a command being run that only works on Mac?

image

The error "spawn npx ENOENT" seems to be related to a missing dependency being called (e.g. npx, nodemon, or scope-tailwind not installed).

All of those packages should run fine in Windows as well as Mac though. Were you able to get it running?

I'm trying to replicate this as well

@andrewpareles
Copy link
Contributor

@mathewpareles

@andrewpareles andrewpareles merged commit 327dbb9 into voideditor:main Jan 29, 2025
@bjoaquinc bjoaquinc deleted the react-build-improvements branch January 29, 2025 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build React Naturally

3 participants