Estoy tratando de impulsar un proyecto, pero el evaluador de GitHub sigue fallando y muestra el siguiente error.
Tengo el paquete NPM aunque dice que no.
Esta es la parte trasera del proyecto. Instalé muchas dependencias como bcriptjs y joi, y teóricamente no debería preguntar todo en los paquetes.npm si ya lo tengo en la dependencia de desarrollo.
Step 5/7 : RUN npm install ---> Running in ab9898636e49 npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. npm WARN deprecated formidable@1.2.6: Please upgrade to latest, formidable@v2 or formidable@v3! npm WARN deprecated superagent@3.8.3: Please upgrade to v7.0.2+ of superagent. We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing. See the releases tab for more information at... npm WARN deprecated @types/chai-http@4.2.0: This is a stub types definition. chai-http provides its own type definitions, so you do not need this installed. > tfc-backend@1.0.0 postinstall > if [ ! -z 'cat ./packages.npm' ]; then npm i --ignore-scripts $(cat ./packages.npm); fi cat: can't open './packages.npm': No such file or directory [...] Step 6/7 : COPY . . ---> 5011bb350630 Step 7/7 : CMD ["npm", "start"] ---> Running in 49d6a4e7c964 Removing intermediate container 49d6a4e7c964 ---> 1a039ac02843 Successfully built 1a039ac02843 Successfully tagged app_frontend:latest Creating db ... Creating db ... done Creating app_backend_1 ... Creating app_backend_1 ... done ERROR: for frontend Container "f8ea808f77e7" is unhealthy. Encountered errors while bringing up the project. + '[' 1 '!=' 0 ']' + echo 'Compose execution error' + exit 1 Compose execution error Error: Process completed with exit code 1.