Seikho / dockerode-ts

Dockerode wrapped in TypeScript
1 stars 2 forks source link

cannot find module 'dockerode-ts' index.js missing from npm package? #5

Closed philjones88 closed 7 years ago

philjones88 commented 7 years ago

As per title, with you kindly deploying the 2 new versions today I suddenly hit:


    throw err;
    ^

Error: Cannot find module 'dockerode-ts'
    at Function.Module._resolveFilename (module.js:472:15)
    at Function.Module._load (module.js:420:25)
    at Module.require (module.js:500:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/Users/phil/Documents/Projects/vq-protractor-setup/tmp/tasks/docker.js:2:22)
    at Module._compile (module.js:573:32)
    at Object.Module._extensions..js (module.js:582:10)
    at Module.load (module.js:490:32)
    at tryModuleLoad (module.js:449:12)
    at Function.Module._load (module.js:441:3)```

I think rolling back to `0.2.12` and comparing it to `0.3.1` I can see index.js is missing?
Seikho commented 7 years ago

Derp. Sorry about that. Republished v0.3.2 and added a prepublish script to prevent that happening again.