-
Notifications
You must be signed in to change notification settings - Fork 13
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
doesn't work on mac #7
Comments
did you run |
Maybe blocked by wasm-tool/parcel-plugin-wasm.rs#30 |
Temporary webpack alternative: https://github.com/yewstack/yew-wasm-pack-template |
Previously I found webpack is very slow for Rust/Wasm when hot reloading, it's unbearable slow for a just medium size project like https://github.com/jetli/rust-yew-realworld-example-app, so finally I've chosen parcel for bundling. |
I have installed it and ran 'npm start' . Then I tried to 'npm install' but it doesn't work |
I tried doing the same thing on Windows 10 and have been having the same sort of trouble. Windows doesn't like using environment variables in-line like you're using them, so I had to add another script to Alas, after doing these things, I encountered the same error that @haiaty experienced. This can be fixed with the temporary fix mentioned in the link posted by @Voronar, wasm-tool/parcel-plugin-wasm.rs#30. To fix this issue with the current codebase if you're working with the project locally, do the following:
You should now be able to do |
temp fix by |
Fixed by #11 |
This isn't fixed - have same error. |
Hi,
I'm using a mac and I have tried to use the package but after I cloned it, I ran
npm start
and I got the following error:
What could be the issue?
The text was updated successfully, but these errors were encountered: