question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

gulp4 install error on windows7 64bit

See original GitHub issue

this git bash run is command

npm install -g gulpjs/gulp#4.0 -g

install process output error

npm WARN optional Skipping failed optional dependency /gulp/chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.1.1

install after

gulp -v
[10:53:26] CLI version 1.2.2
[10:53:26] Local version 0.0.1

build project error

gulp build_dev
[04:44:54] Unsupported gulp version 0.0.1

???

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
7rncommented, Apr 10, 2017

Please try :

# uninstall previous Gulp installation if any.
npm uninstall gulp -g
cd [your_project_root]
npm uninstall gulp

# install Gulp 4 CLI tools globally from 4.0 GitHub branch
npm install gulpjs/gulp-cli#4.0 -g

# install Gulp 4 into your project
npm install gulpjs/gulp.git#4.0 --save-dev

Hopefully this solved the install problem

0reactions
ipengyocommented, Apr 14, 2017

@7rn Thank you, I am a friend from China

Read more comments on GitHub >

github_iconTop Results From Across the Web

What do i need to do for gulp serve to work? On ... - MSDN
So I'm using a Windows 7 64 bit machine behind a corporate proxy - a proxy i have added using NPM config but...
Read more >
Node Sass does not yet support your current environment
Worked for me: install / downgrade node.js to a stable version (LTS) like 14.15.0; install the compatible node-sass version via npm ...
Read more >
What do i need to do for gulp serve to work? On Windows 7 64 ...
Show activity on this post. Then install SPFx with yeoman from scratch and check if gulp serve works. Ooh new information - thanks!...
Read more >
node sass does not yet support your current environment
Error : Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (88) For more information on which environments...
Read more >
How To Install Gulp On Windows 10 - Zestcode Digital
The steps below are for the installation of Gulp on a Windows 10 PC. ... Download the 64 bits version of NPM; Install...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found