-
I have a fair amount of experience writing and submitting modules to NPM.
-
This new module, davezip, isn't working.
-
I require it in the usual way, do an npm install, and run the app, and get an error.
Error: Cannot find module 'davezip'
-
I verify that the folder is in node_modules, and it contains the correct files.
-
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.
-
Here's a minimal program that displays the problem. It's just one line.
const myzip = require ("davezip");
- Not sure what else I can try. Any help much appreciated.

I have a fair amount of experience writing and submitting modules to NPM.
This new module, davezip, isn't working.
I require it in the usual way, do an npm install, and run the app, and get an error.
Error: Cannot find module 'davezip'I verify that the folder is in node_modules, and it contains the correct files.
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.
Here's a minimal program that displays the problem. It's just one line.
const myzip = require ("davezip");