(node:22760) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, mkdir '../ui.apps/src/main/content/jcr_root/apps/project-name/clientlibs/project-name/resources/images'
(node:22760) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:22760) [DEP0018] 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.
Creating the clientlib directories recursively should resolve this problem.
With the following config:
and the following file structure:
I receive the error
Creating the clientlib directories recursively should resolve this problem.