raszi / node-tmp

Temporary file and directory creator for node.js
MIT License
736 stars 92 forks source link

On Mac 10.9 with node 0.10.40, throws an error cannot find module rimraf #59

Closed mani-mishra closed 9 years ago

mani-mishra commented 9 years ago

The rimraf js is present in the node_modules/rimraf/ , in the same folder as temp.js and at the global scale too. Still, the module loading is failing.

Doesn't seem to happen on ubuntu 12.04 with node 0.10.38

raszi commented 9 years ago

tmp does not depend on rimraf, the temp module depends on rimraf but it is a different project, please open the issue there.

mani-mishra commented 9 years ago

My Bad. Thanks for redirecting me to correct repo.