Error when running gulp right after the install
See original GitHub issueHi, and thanks a lot for this generator.
I get an error that I haven’t managed to solve when running gulp right after installing the generator.
Any help appreciated. Thanks in advance!
$ gulp
/home/ubuntu/workspace/gulpfile.js:159
imagemin.gifsicle({interlaced: true}),
^
SyntaxError: Unexpected token .
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:373:25)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
at execute (/home/ubuntu/.nvm/versions/node/v4.4.3/lib/node_modules/gulp-cli/lib/versioned/^4.0.0-alpha.2/index.js:32:3)
at Liftoff.handleArguments (/home/ubuntu/.nvm/versions/node/v4.4.3/lib/node_modules/gulp-cli/index.js:150:63)
at Liftoff.<anonymous> (/home/ubuntu/.nvm/versions/node/v4.4.3/lib/node_modules/gulp-cli/node_modules/liftoff/index.js:193:16)
Issue Analytics
- State:
- Created 7 years ago
- Comments:16 (9 by maintainers)
Top Results From Across the Web
gulp command not found - error after installing gulp
Running npm ls and npm ls -g shows that they are installed, but the CMD can not find them due to the missing...
Read more >Quick fix for "gulp: command not found" error
To run Gulp, you need two things: ... So before trying to install Gulp in your project directory, you must first install the...
Read more >Error when running gulp command in Terminal #155 - GitHub
I'm getting this error when running gulp command on the app directory. I have phantonjs and its nom module installed.
Read more >Getting Started with Gulp.js - Semaphore Tutorial
Learn how to set up and use Gulp.js, a task runner for Node.js based on Node streams. We'll introduce main concepts of Gulp...
Read more >Gulp error after NPM update [#3278434] | Drupal.org
This usually happens because your environment has changed since running `npm install`. Run `npm rebuild node-sass` to download the binding for ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I do. I’ll give that a whirl after dinner and let you know what I find out.
Interesting. Now after a
yo jekyllized:updaterunninggulpgives me this output: