parcel-plugin-wasm.rs
parcel-plugin-wasm.rs copied to clipboard
Building rust-parcel-template fails with 🚨 Error writing to cache: ENOENT: no such file or directory, stat 'build.rs'
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
Exactly same issue here, just mkdir build.rs in the root folder of your project
isn't build.rs supposed to be a file that defines your project is built?