Open zhaoqi1992 opened 5 years ago
I have the same problem, did you solve it?
I have the same...
I am facing the same problem. I've tried it on multiple node versions from 6.x to 10.x on both platforms(Windows and Ubuntu) but the issue still persists.
we updated the gulp version and fixed our problem:
"gulp-inject": "5.0.3"
Confirmed.
changed the gulp-inject version on package.json to 5.0.3 and then ran npm install
again and it's working fine.
we updated the gulp version and fixed our problem:
"gulp-inject": "5.0.3"
it works!
command : gulp server:dist , is not work too. the release files has problem
can anyone explain why this change?
yeah updating the gulp injects works
i am using node 10 and gulp 3.9, mac 0s... as instructed above package.json made the change "gulp-inject": "~5.0.3",
still my page doesnt load properly, can anyone help what version node and gulp this one compatible with and how to get the page load correctly
Same issue here :/
@janmajoyc "gulp-inject": "5.0.3"
not "gulp-inject": "~5.0.3"
. Remove ~
This problem has been bothering me for three days
we updated the gulp version and fixed our problem:
"gulp-inject": "5.0.3"
thank U very much
Amazing template and good AngularJS practice. But something wrong here.
Here is the result when
gulp serve
no ERROR but something wrongAny suggestions? thanks in advance