-
-
Notifications
You must be signed in to change notification settings - Fork 138
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
Running ./sndev start fails with an error. db image is created, but app and worker are not.
Screenshots
No response
Steps To Reproduce
Run ./sndev start in bash console on Windows with Docker Desktop running.
Expected behavior
Docker images are created and the app is running.
Logs
npm verbose cli /usr/local/bin/node /usr/local/bin/npm
npm info using npm@10.7.0
npm info using node@v18.20.4
npm verbose title npm install
npm verbose argv "install" "--loglevel" "verbose" "--legacy-peer-deps"
npm verbose logfile logs-max:10 dir:/home/apprunner/.npm/_logs/2025-08-12T11_26_30_758Z-
npm verbose logfile /home/apprunner/.npm/_logs/2025-08-12T11_26_30_758Z-debug-0.log
\|/-\|/-\|/-\|/-\|/-\npm verbose stack Error: ENOTEMPTY: directory not empty, rename '/app/node_modules/aws-sdk' -> '/app/node_modules/.aws-sdk-P9TfRRB5'
\npm verbose cwd /app
\npm verbose Linux 5.15.153.1-microsoft-standard-WSL2
\npm verbose node v18.20.4
\npm verbose npm v10.7.0
\npm error code ENOTEMPTY
\npm error syscall rename
\npm error path /app/node_modules/aws-sdk
\npm error dest /app/node_modules/.aws-sdk-P9TfRRB5
\npm error errno -39
\npm error ENOTEMPTY: directory not empty, rename '/app/node_modules/aws-sdk' -> '/app/node_modules/.aws-sdk-P9TfRRB5'
\npm verbose exit -39
\npm verbose code -39
\
\npm error A complete log of this run can be found in: /home/apprunner/.npm/_logs/2025-08-12T11_26_30_758Z-debug-0.log
Device information
- OS: Windows 10
Additional context
No response
ekzyis and Soxasora