Hey Alem! Could you cover how to build an embeddable widget(so that it can be used on any website) using remix and vite in your next video?. It would be fantastic to see this topic covered by you
@@sanan9804 thats a really interesting idea, I've never worked on stuff like that but I'd like to try that out, no promises for the close future but I'll try to make that video and a widget as well
Hey Alem I cloned your repository and I am getting this weird error while installing packages. Error: Couldn't find package "@rollup/rollup-darwin-x64-musl@4.18.1" required by "react-router-hono-server@^0.1.0" on the "npm" registry I am using MAC OS and yarn package manager. I also tried with NPM same error node version 20.17.0
Thanks for continuing the series. It is very helpful.
Thank you for watching!
Hey Alem! Could you cover how to build an embeddable widget(so that it can be used on any website) using remix and vite in your next video?. It would be fantastic to see this topic covered by you
Interesting idea, so something thats bundled and then the bundle is used somewhere as a widget, correct?
That's correct. That can be used by including
@@sanan9804 thats a really interesting idea, I've never worked on stuff like that but I'd like to try that out, no promises for the close future but I'll try to make that video and a widget as well
Hey Alem I cloned your repository and I am getting this weird error while installing packages.
Error: Couldn't find package "@rollup/rollup-darwin-x64-musl@4.18.1" required by "react-router-hono-server@^0.1.0" on the "npm" registry
I am using MAC OS and yarn package manager. I also tried with NPM same error
node version 20.17.0
Hello! Try adding @rollup/rollup-darwin-x64-musl@4.18.1 to optionalDependencies in the package json and running it!
@@alemtuzlak still same error
@@SajidAliSoftwareEngineer delete the lock file and node modules and try installing then?
use yarn add rphlmr/react-router-hono-server#v0.2.0 if the npm registry isn't updated.