matter-labs / block-explorer

zkSync Era Block Explorer
Apache License 2.0
125 stars 110 forks source link

Bug: Meet npm ERR! code ENOENT when start docker-compose #151

Closed SuccinctPaul closed 8 months ago

SuccinctPaul commented 9 months ago

🐛 Bug Report

📝 Description

🔄 Reproduction Steps

🤔 Expected Behavior

work's fine

Env Info

📎 Log Output

worker_1        | npm ERR! code ENOENT
worker_1        | npm ERR! syscall open
worker_1        | npm ERR! path /usr/src/app/packages/worker/packages/worker/package.json
worker_1        | npm ERR! errno -2
worker_1        | npm ERR! enoent ENOENT: no such file or directory, open '/usr/src/app/packages/worker/packages/worker/package.json'
worker_1        | npm ERR! enoent This is related to npm not being able to find a file.
worker_1        | npm ERR! enoent 
worker_1        | 
worker_1        | npm ERR! A complete log of this run can be found in: /home/node/.npm/_logs/2024-01-19T03_38_37_178Z-debug-0.log

app_1           | npm ERR! code ENOENT
app_1           | npm ERR! syscall open
app_1           | npm ERR! path /usr/src/app/packages/app/dist/packages/app/package.json
app_1           | npm ERR! errno -2
app_1           | npm ERR! enoent ENOENT: no such file or directory, open '/usr/src/app/packages/app/dist/packages/app/package.json'
app_1           | npm ERR! enoent This is related to npm not being able to find a file.
app_1           | npm ERR! enoent 
app_1           | 
app_1           | npm ERR! A complete log of this run can be found in: /home/node/.npm/_logs/2024-01-19T03_40_58_503Z-debug-0.log
zksync-era-block-explorer_app_1 exited with code 254
api_1           | npm ERR! code ENOENT
api_1           | npm ERR! syscall open
api_1           | npm ERR! path /usr/src/app/packages/api/packages/api/package.json
api_1           | npm ERR! errno -2
api_1           | npm ERR! enoent ENOENT: no such file or directory, open '/usr/src/app/packages/api/packages/api/package.json'
api_1           | npm ERR! enoent This is related to npm not being able to find a file.
api_1           | npm ERR! enoent 
api_1           | 
SuccinctPaul commented 8 months ago