Not really sure what I did wrong

I have been working on this Node site with Docker for a while and today I needed to add the exif-reader mentioned in JonL’s Image EXIF data tool

I went to https://www.npmjs.com/package/exif-reader and got the command npm install exif-reader and by mistake instead of entering it in Wappler under Terminal, I did it under Web Server
2021-08-31_23-15-08

When I saw that it was not working I went back and did it under Terminal as I meant to do originally.

Ever since that, now when i Deploy to the Digital Ocean Droplet I get a ton of Output that does not look very happy.

Bringing all services up ...
Building web
Sending build context to Docker daemon  3.175MB
Step 1/4 : FROM wapplerio/node-14
 ---> 7b4e82d02b51
Step 2/4 : COPY ./ /opt/node_app/
 ---> 5a38552209cb
Step 3/4 : WORKDIR /opt/node_app
 ---> Running in 5ca9d7a2e681
Removing intermediate container 5ca9d7a2e681
 ---> 2da80d8f8768
Step 4/4 : RUN npm install --no-optional --production
 ---> Running in bf964dd250a4
npm WARN deprecated node-pre-gyp@0.11.0: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future
npm WARN deprecated uuid@3.3.2: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
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.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported

> aws-sdk@2.980.0 postinstall /opt/node_app/node_modules/aws-sdk
> node scripts/check-node-version.js


> nodemon@2.0.12 postinstall /opt/node_app/node_modules/nodemon
> node bin/postinstall || exit 0

Love nodemon? You can now support the project via the open collective:
 > https://opencollective.com/nodemon/donate

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

added 19 packages from 23 contributors, removed 6 packages, updated 86 packages and audited 879 packages in 24.676s

13 packages are looking for funding
  run `npm fund` for details

found 7 vulnerabilities (1 low, 1 moderate, 5 high)
  run `npm audit fix` to fix them, or `npm audit` for details
Removing intermediate container bf964dd250a4
 ---> e9eaf9b708db
Successfully built e9eaf9b708db
Successfully tagged pukka_admin_image_manager__pukka_admin_image_manager_web:latest

Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
Recreating pukka_admin_image_manager__pukka_admin_image_manager_web_1 ... done
All Services Launched!

The website still seems to be working fine, but I am pretty sure the scary red wording means I should try fix it, anyone got any idea where to even begin.

Community Page
Last updated: