Trying to create/clone new project based on react without success
when I run npm run dev/start/build it silently exits or "segmentation fault" message printed
A friend of mine has successfully built and ran on docker desktop on windows. I have docker desktop on MacOS Ventura 13.5.2
`root@c6a1d92f2432:/my-app# npm run dev
my-app@0.1.0 dev
next dev
Attention: Next.js now collects completely anonymous telemetry regarding usage.
This information is used to shape Next.js' roadmap and prioritize features.
You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
https://nextjs.org/telemetry
Description
Trying to create/clone new project based on react without success when I run npm run dev/start/build it silently exits or "segmentation fault" message printed A friend of mine has successfully built and ran on docker desktop on windows. I have docker desktop on MacOS Ventura 13.5.2
`root@c6a1d92f2432:/my-app# npm run dev
Attention: Next.js now collects completely anonymous telemetry regarding usage. This information is used to shape Next.js' roadmap and prioritize features. You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL: https://nextjs.org/telemetry
root@c6a1d92f2432:/my-app# npm run dev
root@c6a1d92f2432:/my-app# npm run build
Segmentation fault root@c6a1d92f2432:/my-app# exit`
Reproduce
docker run -it node:latest inside docker
Expected behavior
Server listening on specified port(3000 by default)
docker version
docker info
Diagnostics ID
52CEB396-A114-4624-9740-A61AE453B364/20230926061146
Additional Info
No response