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.

gulp 4 doesn't move files

See original GitHub issue

Recently upgraded system to Windows 7 64x and then updated to Node 10.x

All gulp projects fell down working.

I think that gulp 4 will be better for Node 10.x, so I’m showing example with all updated config:

E:\[WEB]\PROJECTS\test-project>node -v
v10.15.1

E:\[WEB]\PROJECTS\test-project>gulp -v
[15:31:29] CLI version 2.0.1
[15:31:29] Local version 4.0.0

image

Project structure image

Gulpfile.js image

After running gulp comand - nothing being put into prod folder

Reinstalling Windows or rollback to Node 8.x didn’t help.

Tried both 3 and 4 gulp versions, installed glob package - same effect.

I’ve been trying to debug, read issues, created stackoverflow issue(no one left a comment) - nothing can help.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:13 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
aleksey-procommented, Mar 3, 2019

Amazing!!! I think this was a reason!!! It worked in E:\WEB directory!!!

Lot of thanks. phated!

1reaction
phatedcommented, Mar 3, 2019

I’m a little curious actually. what if you renamed your [WEB] directory to just WEB (or just create a new directory and copy the gulp project over to it). I’m thinking the square-brackets might be messing up some pathing stuff.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Gulp don't move file - Stack Overflow
I found this https://fettblog.eu/gulp-4-parallel-and-series/. As mentionned in this article, the new task execution using gulp 4 required ...
Read more >
Copying files with Gulp doesn't work - JavaScript - SitePoint
I've looked over gulpfile. js for hours and don't understand why the file copy part won't work, but everything else does.
Read more >
Watching Files | gulp.js
It watches for changes to files that match the globs and executes the task when a change occurs. If the task doesn't signal...
Read more >
Learn How to Use Gulp - WebFX
For this Gulp task, we will lean on JSHint. JSHint is a JavaScript code-quality analysis tool. JSHint will go over our JavaScript files...
Read more >
Gulp v4 - Sass and BrowserSync setup - YouTube
In this video I look at how we can setup a gulp build that will compile Sass for us, and automatically sync all...
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