Closed jacobbubu closed 1 year ago
This problem occurs in a container environment and NDNts is a directory mounted from the host.
The symbolic links created by pnpm
will have a different form under the container than under the host. I don't know exactly what the cause is, but it's clearly not a problem with NDNts.
Start with a clean container (Debian GNU/Linux 11 (bullseye), NodeJS v18.13.0, pnpm 7.27.0) and run
pnpm i
first, followed bypnpm run build
.