Coder Social home page Coder Social logo

Comments (3)

jjhbw avatar jjhbw commented on July 17, 2024 4

I have the exact same issue when using the node:12.13.0 Docker container (in CI), which runs 6.12.0. Same issue even after updating its npm version to 6.14.3 before running npm ci.

However, somehow, npm ci in 6.14.3 behaves as intended on my development machine (a mac)

from cli.

daneah avatar daneah commented on July 17, 2024

Confirming this is still an issue in 6.12.0 as well.

from cli.

funkydev avatar funkydev commented on July 17, 2024

I have the same issue when using the node:12.13.0 on the docker container (in gitlab-runner CI) on both commands: npm install and npm ci.

I noticed that npm ignores files from .gitignore when there is no .npmignore file.
Creating an empty .npmignore file helps to solve problems locally (on a macOS system).

The strangest thing is that when I remove the node_modules directory and run the following command locally, it works.

$ docker run --rm --name node-test -v "$PWD":/usr/src/app -w /usr/src/app node:12.13.0 \
             sh -c 'npm cache clean --force && npm ci'

I have problems only when trying to run the following command on the CI runner (that uses node:12.13.0 docker image).

from cli.

Related Issues (20)

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.