Giter Club home page Giter Club logo

Comments (4)

ryanjonesrocks avatar ryanjonesrocks commented on June 26, 2024 7

Steps to solve in Dockerfile

  1. Edit the dependencies object in package.json
  2. Replace the following two dependencies to more up to date versions

Before

    "express": "4.12.4",
    "express-fileupload": "0.0.5",

After

  "express": "4.17.1",
  "express-fileupload": "1.4.0",

from nodejs-goof.

ryanjonesrocks avatar ryanjonesrocks commented on June 26, 2024

@afiksnyk Is there any way to resolve this in the Docker container?

Currently have run into the same issue where the application, which was tested in a Docker container, is currently experiencing issues with a dependency. This results in a 500 TypeError with the message "Busboy is not a constructor". Additionally, the TODO list feature of the application is no longer functioning.

from nodejs-goof.

essexgit avatar essexgit commented on June 26, 2024

Hey Guy - this worked for me - I had almost given up - has this gone through as a pull request? or does it need more testing?

from nodejs-goof.

ryanjonesrocks avatar ryanjonesrocks commented on June 26, 2024

@essexgit Thanks for your feedback I submitted a pull request just now. Let's see what the developers think.

from nodejs-goof.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.