GithubHelp home page GithubHelp logo

Unable to Install Coney about coney HOT 4 CLOSED

ozair10 avatar ozair10 commented on May 29, 2024
Unable to Install Coney

from coney.

Comments (4)

marioscrock avatar marioscrock commented on May 29, 2024 1

You have to remove package-lock.json from the .dockerignore and modify the Dockerfile as follows before launching the build.

COPY package.json /app/package.json
COPY package-lock.json /app/package-lock.json  # Add this line to copy the existing lock file

# install dependencies using the existing package-lock.json
RUN npm ci

Note that it should be done for coney-create, coney-inspect and coney-chat.

from coney.

ozair10 avatar ozair10 commented on May 29, 2024 1

Cool ! it did worked thanks !

from coney.

marioscrock avatar marioscrock commented on May 29, 2024

Hi @ozair10!

Thank you for trying Coney and reporting this issue. It seems like a dependency problem due to updates in some packages. Currently, the build process defined in coney-create/Dockerfile doesn't use the package-lock.json uploaded in the repository but the package.json file which doesn't fix the versions for all the packages. We will have a look to find the problematic package, in the meanwhile you can try to build the Docker image for coney-create using the package-lock.json file.

from coney.

ozair10 avatar ozair10 commented on May 29, 2024

Hi Thank you for your reponse,

I tried that as well but didnt helped , can you please elaborate more or let me know after which step i need to take after which action ? because it didnt worked with using package-lock-json file as well

from coney.

Related Issues (4)

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.