Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Got this on my terminal when running canvas-sketch: can you give me a hint of how to solve it? #260

Closed
hnsnl15 opened this issue Jul 10, 2022 · 2 comments

Comments

@hnsnl15
Copy link

hnsnl15 commented Jul 10, 2022

Got this on my terminal when running canvas-sketch: can you give me a hint of how to solve it?

NOTE: The bundled LiveReload client could not be found, so budo will
generate this on the fly.
This is most likely because you are using a git cloned version of budo
instead of installing it from npm.
You can run this from your cloned budo folder to create a build:
npm run bundle-live-client

Originally posted by @tintenfrei in #194 (comment)

@ashnur
Copy link
Contributor

ashnur commented Aug 30, 2022

This is a bug. The filename and path here https://github.com/mattdesl/budo/blob/master/lib/middleware.js#L17 is wrong.
Should be

var bundledReloadClientFile = path.resolve(__dirname, '..', 'bin', 'bundle-livereload-client.js')

@mattdesl
Copy link
Owner

This should be fixed in latest version, please let me know if you see it again.

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

No branches or pull requests

3 participants