squarewolf / gulp-neuter

Unifies javascript source files in the order you require
MIT License
2 stars 6 forks source link

Error: Cannot find module 'async' #1

Closed jonkoops closed 10 years ago

jonkoops commented 10 years ago

I'm getting this error message.

Error: Cannot find module 'async' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at require (module.js:380:17) at Object.<anonymous> (/home/jon/Sites/simpledash/node_modules/gulp-neuter/index.js:7:13) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Module.require (module.js:364:17)

Seems the async package isn't present in the package file.

tvervest commented 10 years ago

I encountered the same issue, it's resolved in the current master revision, but not yet pushed to npm (which I'll do soon). For now you can resolve the issue by using git as the source for npm.

tvervest commented 10 years ago

I've pushed the fix to npm in v0.1.2.