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
- Host: GitHub
- URL: https://github.com/jonaskuske/next-yarn2-404-repro
- Owner: jonaskuske
- Created: 2020-04-01T01:04:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-22T16:39:22.000Z (almost 5 years ago)
- Last Synced: 2025-02-05T00:42:32.362Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!