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 running the task (Linux) #78

Open heckctor opened 7 years ago

heckctor commented 7 years ago

Hi, when running the task appears this message, which does not allow me to work:

Gulp: Have you renamed a folder?. Sometimes Sublime doesn't update the project path, try removing the folder from the project and adding it again.

I've tried it several times and it's always the same

nicosantangelo commented 7 years ago

Hello!

To avoid banging our heads againts a wall before time, have you tried running the command Gulp: Delete cache and then trying again?

heckctor commented 7 years ago

@NicoSantangelo Hello, sorry for my late reply ... yes, I already tried to delete the cache and it stays the same.

nicosantangelo commented 7 years ago

Could you paste here your .sublime-gulp.cache file and a rough representation of your project path?

This error occurs when the package finds the path to the gulpfile.js but it's not present on the .sublime-gulp.cache file (not common, it used to happen on Windows thanks to the weird use of / and \)