with-typescript
Running README.md instructions results in 404 page showing up instead of an actual working typescript example
Steps to reproduce the behavior, please provide code snippets or a repository:
npx create-next-app --example with-typescript with-typescript-app$ cd into newly created directorylocalhost:3000 and get a 404 page/pages produce a 404 erroryarn dev, application is available at specified port (:3000).$ next --version
Next.js v8.1.0
use Next 8.1.1-canary.28 or above
Sorry for the noise -- but yes, for now please use the Next.js canaries. This will be released as stable soon!
Not ideal but can confirm this works (with [email protected])
Most helpful comment
use Next 8.1.1-canary.28 or above