I´m using gulp and defined my gulp task in the gulpfile.js Because i don´t want to install gulp every time i used the
npm install gulp -g
npm link gulp
( the link command in my directory where i want to execute gulp ) after that the command "gulp" is available on my working directory, but it outputs:
Task 'default' is not in your gulpfile Blockquote
If I put a console log in the beginning of my gulpfile.js, I can see that he outputs the log and can find the gulpfile.js
Can anyone tell me where my problem is ?
I found this article but it did not helped me How to fix "Task is not in your gulpfile" error when using npm link?
Thanks so much