Skip to content

NPM is behaving weirdly? #165

@scripting

Description

@scripting
  1. I have a fair amount of experience writing and submitting modules to NPM.

  2. This new module, davezip, isn't working.

  3. I require it in the usual way, do an npm install, and run the app, and get an error.

Error: Cannot find module 'davezip'

  1. I verify that the folder is in node_modules, and it contains the correct files.

  2. I also note that a few of the files have the mod date Oct 26, 1985 at 4:15 AM. See screen shot at end of this list.

  3. Here's a minimal program that displays the problem. It's just one line.

const myzip = require ("davezip");

  1. Not sure what else I can try. Any help much appreciated.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions