parcel-plugin-wasm.rs icon indicating copy to clipboard operation
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'

Open dlight opened this issue 5 years ago • 2 comments

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

dlight avatar Oct 04 '20 22:10 dlight

Exactly same issue here, just mkdir build.rs in the root folder of your project

FilipLitwora avatar Dec 09 '20 15:12 FilipLitwora

isn't build.rs supposed to be a file that defines your project is built?

xtuc avatar Dec 09 '20 16:12 xtuc