Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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'
}
```