https://github.com/eddienubes/next-pnpm-standalone-bug-repro
https://github.com/eddienubes/next-pnpm-standalone-bug-repro
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/eddienubes/next-pnpm-standalone-bug-repro
- Owner: eddienubes
- Created: 2025-03-24T18:51:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T18:54:44.000Z (about 1 year ago)
- Last Synced: 2025-03-24T19:41:24.015Z (about 1 year ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js + Standalone + pnpm bug
```bash
nvm use # (optionally install)
pnpm install
cd projects/ui
pnpm build
node .next/standalone/server.js
```