Uploaded image for project: 'Magnolia CLI'
  1. Magnolia CLI
  2. NPMCLI-56

fs module referenced downloads spam

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Neutral
    • 1.0.6
    • None
    • None
    • Yes
    • Basel 72
    • 1

    Description

      The current package.json references the module "fs" version 0.0.2 as dependency.

      This comes from a time where the npm registry allowed to publish modules with Node core module names.

      The problem is that the module does not make any sense and installs an annoying spam message:

      $ cat node_modules/fs/index.js
      console.log("I'm `fs` modules");
      

      The assumption is that the intention is to not install the module and that it was a mistake.

      Further reference: http://status.npmjs.org/incidents/dw8cr1lwxkcr

      Checklists

        Acceptance criteria

        Attachments

          Activity

            People

              fgrilli Federico Grilli
              robertkowalski Robert Kowalski
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Checklists

                  Bug DoR
                  Task DoD