By visiting the index page location at http://localhost/ the following thrown:
> next start
> Ready on http://localhost:3000
{ [Error: Cannot find module /home/ubuntu/workspace/.next/dist/pages/_error] code: 'ENOENT' }
Filesystem:
- package.json
- node_modules
- pages
- index.js
index.js:
import React from 'react'
export default () => (
<div>Welcome to next.js!</div>
)
Thanks for help!
By visiting the index page location at
http://localhost/the following thrown:Filesystem:
index.js:Thanks for help!