When using the gulp build command, we got the following problem:
[09:20:38] Using gulpfile ~/git/test-appengine-gulp/gulpfile.js
[09:20:38] Starting 'clean'...
[09:20:38] Finished 'clean' after 3.92 ms
[09:20:38] Starting 'copybase'...
[09:20:38] Starting 'copyreveal'...
[09:20:38] Starting 'copyslides'...
[09:20:38] Finished 'copybase' after 107 ms
(node:20363) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: ENOTEMPTY: directory not empty, rmdir '/Users/user/git/test-appengine-gulp/build/reveal.js/css'
(node:20363) DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
[09:20:38] Finished 'copyreveal' after 308 ms
[09:20:38] Finished 'copyslides' after 355 ms
[09:20:38] Starting 'build'...
[09:20:38] Finished 'build' after 52 ms
When using the
gulp build
command, we got the following problem: