Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error launching gulp serve-dev #44

Closed
MakinWavz opened this issue Feb 15, 2015 · 4 comments
Closed

Error launching gulp serve-dev #44

MakinWavz opened this issue Feb 15, 2015 · 4 comments

Comments

@MakinWavz
Copy link

Hi John,

I just started your PluralSight Course - Play by Play: Learning AngularJS With Ken Cenerelli and John Papa.

I have tried generator-hottowel on both windows 7 and Ubuntu 14.04.1 LTS and receive the same error when I launch gulp serve-dev

node - v0.12.0
npm - 2.5.1
yo - 1.4.5
bower - 1.3.12
gulp - 3.8.11

-Chris

 Creating an AngularJS $templateCache
/home/chris/hello/node_modules/gulp-less/index.js:68
    }).done(undefined, cb);
       ^
TypeError: undefined is not a function
'''
@johnpapa
Copy link
Owner

i just tried a fresh install and it worked for me. try clearing your npm cache. might have a corrupted gulp-less file
npm cache clear

@MakinWavz
Copy link
Author

No luck - i tried clearing the npm cache on both platforms, but no change - I am going to start fresh and will see if I have a better result

@danielz1985
Copy link

I observed the same problem with the configuration of MakinWavz.
"gulp-less" was version 2.0.1, changing it to 3.0.1 in package.json solved it for me.
Refer to: gulp-community/gulp-less#140

@johnpapa
Copy link
Owner

johnpapa commented Mar 3, 2015

this is now fixed in 0.2.7

@johnpapa johnpapa closed this as completed Mar 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants