Giter VIP home page Giter VIP logo

Comments (8)

mhart avatar mhart commented on August 23, 2024

@PuKoren I'm not sure why nyc is installing? Are you adding that yourself? I don't think it's part of the base installation

from alpine-node.

PuKoren avatar PuKoren commented on August 23, 2024

@mhart nop I just copy/pasted the Dockerfile from this repo and ran a build to test it. Using VERSION=v6.2.0 NPM_VERSION=3.

That is very weird. From what I googled I see that nyc is used for tests reports? I wonder why npm have it... Still digging into the issue, will update this issue as I find more info

from alpine-node.

mhart avatar mhart commented on August 23, 2024

AFAICT that directory only appears if you run the nyc command – maybe it's being run during a test or something... Maybe another npm module is running it during installation? I certainly haven't seen it before

from alpine-node.

mhart avatar mhart commented on August 23, 2024

The only other thing I can think is that some npm module (maybe even npm itself?) has accidentally added that directory (or forgotten to include it) to their module and published it!

from alpine-node.

mhart avatar mhart commented on August 23, 2024

I just checked this myself and you're absolutely right – happens on my local machine (a Mac) too: npm/npm#12873

from alpine-node.

mhart avatar mhart commented on August 23, 2024

@PuKoren have confirmed it's an issue with npm – the latest version (v3.9.3) is huge!

npm/npm#12873 (comment)

So don't worry, it's nothing you've done 😸 – you could manually install npm v3.9.2 if you want, or delete the nyc_output directory – or wait for the next npm version

from alpine-node.

mhart avatar mhart commented on August 23, 2024

(going to close this – nothing really we can do about it until npm update)

from alpine-node.

mhart avatar mhart commented on August 23, 2024

So it will be fixed in npm v3.9.5 by the looks of it

from alpine-node.

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.