nicosantangelo / sublime-gulp

Run Gulp tasks and use snippets from Sublime Text
https://sublime-gulp.nicosantangelo.com/
MIT License
155 stars 18 forks source link

Error: Cannot find module '/path/to/packages/Gulp/write_tasks_to_cache.js' #4

Closed ecool closed 10 years ago

ecool commented 10 years ago

module.js:340 throw err;

Error: Cannot find module '/path/to/packages/Gulp/write_tasks_to_cache.js' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Function.Module.runMain (module.js:497:10) at startup (node.js:119:16) at node.js:902:3

When trying to use Gulp

Sublime Text 3 Command Pallete + Gulp

ecool commented 10 years ago

I am now able to use it. Fix action was to go into "Installed Packages" and unzip the Gulp package into "Packages/Gulp"

nicosantangelo commented 10 years ago

I'll look into it so it wont happen again. Thanks!