Open bnicolucci opened 2 months ago
Hello. What operating system do you use?
Windows 10 BTW, running 'bun run dev-nolog' worked fine
I changed the '&' to '&&' in the package.json file and that seemed to sort it
One other quick thing, on the page you have the following: npm run dev-nolog npm run build-nolog Those should say 'bun' instead of 'npm'
Thanks for the great work on this. Hopefully you can sort out a fix, though as I mentioned, at least for Windows, using '&&' instead of '&' does seem to sort the issue
Working with a new machine and attempted to use the Bun template and got the following error. Bun is installed and working, BTW
$ bun log.js dev & bunx --bun vite --config vite/config.dev.mjs error: Failed to run script dev due to error Background commands "&" are not supported yet.
Anyone have a similar problem?