Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terrymun/nextra-next-15-rc1
Nextra site with Next.js 15 Release Candidate 1
https://github.com/terrymun/nextra-next-15-rc1
Last synced: 18 days ago
JSON representation
Nextra site with Next.js 15 Release Candidate 1
- Host: GitHub
- URL: https://github.com/terrymun/nextra-next-15-rc1
- Owner: terrymun
- Created: 2024-10-16T23:09:11.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T23:09:13.000Z (2 months ago)
- Last Synced: 2024-12-01T12:25:26.432Z (22 days ago)
- Language: TypeScript
- Size: 233 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app) and has [`nextra`](https://nextra.site/) installed.
## Serve
```bash
npm run dev
```The dev task will work correctly even on `[email protected]`.
## Build
```bash
npm run build
```The build task will fail if `[email protected]` is installed:
```text
> Build error occurred
TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined
at join (node:path:1203:7)
at Object.webpack (file:///Users/dktermun/Documents/GitHub/nextra-next-15-rc1/node_modules/nextra/dist/server/index.js:110:17)
at getBaseWebpackConfig (/Users/dktermun/Documents/GitHub/nextra-next-15-rc1/node_modules/next/dist/build/webpack-config.js:1850:32)
at async Promise.all (index 1)
at async Span.traceAsyncFn (/Users/dktermun/Documents/GitHub/nextra-next-15-rc1/node_modules/next/dist/trace/trace.js:157:20)
at async webpackBuildImpl (/Users/dktermun/Documents/GitHub/nextra-next-15-rc1/node_modules/next/dist/build/webpack-build/impl.js:138:21)
at async /Users/dktermun/Documents/GitHub/nextra-next-15-rc1/node_modules/next/dist/build/index.js:1060:73
at async Span.traceAsyncFn (/Users/dktermun/Documents/GitHub/nextra-next-15-rc1/node_modules/next/dist/trace/trace.js:157:20)
at async build (/Users/dktermun/Documents/GitHub/nextra-next-15-rc1/node_modules/next/dist/build/index.js:345:9) {
code: 'ERR_INVALID_ARG_TYPE'
}
```