An open API service indexing awesome lists of open source software.

https://github.com/jonaskuske/next-yarn2-404-repro

🐞 Repro for https://github.com/zeit/next.js/issues/11537
https://github.com/jonaskuske/next-yarn2-404-repro

Last synced: about 1 year ago
JSON representation

🐞 Repro for https://github.com/zeit/next.js/issues/11537

Awesome Lists containing this project

README

          




404 page does not load when using Yarn 2


## Steps to reproduce

1. Clone or download this repository
2. Run `yarn next` (or if yarn isn't installed: `npm start` – that'll directly run yarn, which is part of the repo anyway)
3. Visit [**localhost:3000**](http://localhost:3000) in the browser
4. (you can also visit [**localhost:3000/verify**](http://localhost:3000/verify) to check that Next is working)


Everything is checked in, so no installs are needed – not even yarn is required!