1
talks guys, I started doing some tests with Yarn and Gulp. It was all going well, but yesterday I downloaded a template (this template https://github.com/Merukeru/angular1-gulp-template), I did the step by step and paah my Gulp stopped working and do not know the pq of this, could help me?
Obs: in the test project, also stopped
follows the error
this exclusion line with
!node_modules
you’re not saying to ignore the board where you’re importing things?– Sergio
This is a template ready, downloaded to learn, already came like this. In my work works, but not in my machine. and even stopped the other project that already worked with Gulp
– Diogo Alves
Is there a mistake? You’ve made it
yarn install
?– Sergio
no error in Yarn install, I think it may be some error in Node. When I get home I will reinstall to see
– Diogo Alves
I managed to fix it. I was installing the global Gulp by Yarn and it was succeeding, but I was defacing Gulp. I had to remove everything and redo it by npm that worked successfully.
– Diogo Alves