node-modules / compressing

Everything you need for compressing and uncompressing
MIT License
437 stars 34 forks source link

Cannot find module 'compressing' - Windows 7 #43

Closed jav-user closed 4 years ago

jav-user commented 4 years ago

I'm trying to compress files from console. I installed the module globally and put this code in js file:

const compressing = require("compressing");

I re-installed the module many times, but I always got this error:

image

Thanks for your help.

jav-user commented 4 years ago

Finally solved. I had to add the .../node_modules dir to NODE_PATH variable