We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I'm getting
🚨 Error writing to cache: ENOENT: no such file or directory, stat 'build.rs'
When trying to build rust-parcel-template.
Steps to reproduce:
npm init rust-parcel my-app cd my-app npm start
My versions:
npm 6.14.7 parcel 1.12.4 parcel-plugin-wasm.rs 1.2.16 Arch Linux
The text was updated successfully, but these errors were encountered:
Exactly same issue here, just mkdir build.rs in the root folder of your project
mkdir build.rs
Sorry, something went wrong.
isn't build.rs supposed to be a file that defines your project is built?
build.rs
No branches or pull requests
Hello, I'm getting
When trying to build rust-parcel-template.
Steps to reproduce:
My versions:
npm 6.14.7
parcel 1.12.4
parcel-plugin-wasm.rs 1.2.16
Arch Linux
The text was updated successfully, but these errors were encountered: