while building the package the build command break, parcel is now updated so you need to change your `package.json` file ``` parcel index.html --out-dir build... ``` to ``` parcel index.html --dist-dir build ```