During the installation of Wooclap projects and a new Prismic+Gatsby project, the npm install command line was returning the following issue due to the new Apple M1 chip:
ERR! sharp Prebuilt libvips 8.10.5 binaries are not yet available for darwin-arm64v8Then I got an other issue while running npm start caused by react-refresh-webpack-plugin. It can be fix by running the project like this env FAST_REFRESH=false npm start or by installing a node version later than 15.3.0.