Problem with gulp

Amos Fong, modified 5 Years ago. New Member Posts: 11 Join Date: 7/27/19 Recent Posts
Hi. I have a problem with liferay-theme-builder(app):
How to replace gulp? 
​​​​​​​
> Task :themes:my-liferay-theme:createLiferayThemeJson
> Task :downloadNode
> Task :themes:my-liferay-theme:downloadNode SKIPPED
> Task :themes:my-liferay-theme:npmInstall
npm WARN my-liferay-theme@1.0.0 No description
npm WARN my-liferay-theme@1.0.0 No repository field.
npm WARN my-liferay-theme@1.0.0 No license field.

audited 10321 packages in 4.614s
found 68 vulnerabilities (15 low, 52 high, 1 critical)
  run `npm audit fix` to fix them, or `npm audit` for details

> Task :themes:my-liferay-theme:gulpBuild
[10:24:20] Using gulpfile D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\gulpfile.js
[10:24:20] Starting 'build'...
[10:24:20] Starting 'build:clean'...
[10:24:21] Finished 'build:clean' after 9.7 ms
[10:24:21] Starting 'build:base'...
[10:24:25] Finished 'build:base' after 4.89 s
[10:24:25] Starting 'build:src'...
[10:24:25] Finished 'build:src' after 14 ms
[10:24:25] Starting 'build:web-inf'...
[10:24:25] Finished 'build:web-inf' after 714 μs
[10:24:25] Starting 'build:liferay-look-and-feel'...
[10:24:25] Finished 'build:liferay-look-and-feel' after 14 ms
[10:24:25] Starting 'build:hook'...
[10:24:25] Finished 'build:hook' after 3.74 ms
[10:24:25] Starting 'build:themelets'...
[10:24:25] Starting 'build:themelet-src'...
[10:24:25] Finished 'build:themelet-src' after 483 μs
[10:24:25] Starting 'build:themelet-css-inject'...
[10:24:25] Starting 'build:themelet-js-inject'...
[10:24:25] gulp-inject Nothing to inject into _custom.scss.
[10:24:25] gulp-inject Nothing to inject into portal_normal.ftl.
[10:24:25] Finished 'build:themelet-css-inject' after 35 ms
[10:24:25] Finished 'build:themelet-js-inject' after 8.45 ms
[10:24:25] Finished 'build:themelets' after 36 ms
[10:24:25] Starting 'build:rename-css-dir'...
[10:24:25] Finished 'build:rename-css-dir' after 633 μs
[10:24:25] Starting 'build:compile-css'...
[10:24:25] Starting 'build:compile-lib-sass'...
[10:24:26] 'build:compile-lib-sass' errored after 84 ms
[10:24:26] Error: Missing binding D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\node-sass\vendor\win32-x64-64\binding.node
Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 10.x

Found bindings for the following environments:
  - Windows 64-bit with Node.js 11.x

This usually happens because your environment has changed since running `npm install`.
Run `npm rebuild node-sass` to download the binding for your current environment.
    at module.exports (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\node-sass\lib\binding.js:15:13)
    at Object.<anonymous> (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\node-sass\lib\index.js:14:35)
    at Module._compile (internal/modules/cjs/loader.js:689:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
    at Module.load (internal/modules/cjs/loader.js:599:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
    at Function.Module._load (internal/modules/cjs/loader.js:530:3)
    at Module.require (internal/modules/cjs/loader.js:637:17)
    at require (internal/modules/cjs/helpers.js:22:18)
    at Object.<anonymous> (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\gulp-sass\index.js:187:21)
    at Module._compile (internal/modules/cjs/loader.js:689:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
    at Module.load (internal/modules/cjs/loader.js:599:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
    at Function.Module._load (internal/modules/cjs/loader.js:530:3)
    at Module.require (internal/modules/cjs/loader.js:637:17)
    at require (internal/modules/cjs/helpers.js:22:18)
    at Object.requireDependency (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\liferay-theme-tasks\lib\util.js:142:9)
    at Gulp.<anonymous> (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\liferay-theme-tasks\tasks\build\compile-css.js:43:30)
    at module.exports (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\lib\runTask.js:34:7)
    at Gulp.Orchestrator._runTask (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:273:3)
    at Gulp.Orchestrator._runStep (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:214:10)
    at Gulp.Orchestrator.start (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:134:8)
    at runNextSet (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\run-sequence\index.js:86:16)
    at runSequence (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\run-sequence\index.js:97:2)
    at Gulp.<anonymous> (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\liferay-theme-tasks\tasks\build\compile-css.js:36:3)
    at module.exports (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\lib\runTask.js:34:7)
    at Gulp.Orchestrator._runTask (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:273:3)
    at Gulp.Orchestrator._runStep (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:214:10)
    at Gulp.Orchestrator.start (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:134:8)
    at runNextSet (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\run-sequence\index.js:86:16)
    at Gulp.onTaskEnd (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\run-sequence\index.js:75:5)
    at Gulp.emit (events.js:194:15)
    at Gulp.Orchestrator._emitTaskDone (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:264:8)
    at D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:275:23
    at finish (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\lib\runTask.js:21:8)
    at cb (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\lib\runTask.js:29:3)
    at CB (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\fs-extra\node_modules\graceful-fs\polyfills.js:112:17)
    at FSReqWrap.oncomplete (fs.js:141:20)

[10:24:26] 'build' errored after 5.05 s
[10:24:26] Error in plugin 'run-sequence(build:compile-lib-sass)'
Message:
    Missing binding D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\node-sass\vendor\win32-x64-64\binding.node
Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 10.x

Found bindings for the following environments:
  - Windows 64-bit with Node.js 11.x

This usually happens because your environment has changed since running `npm install`.
Run `npm rebuild node-sass` to download the binding for your current environment.
Stack:
Error: Missing binding D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\node-sass\vendor\win32-x64-64\binding.node
Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 10.x

Found bindings for the following environments:
  - Windows 64-bit with Node.js 11.x

This usually happens because your environment has changed since running `npm install`.
Run `npm rebuild node-sass` to download the binding for your current environment.
    at module.exports (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\node-sass\lib\binding.js:15:13)
    at Object.<anonymous> (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\node-sass\lib\index.js:14:35)
    at Module._compile (internal/modules/cjs/loader.js:689:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
    at Module.load (internal/modules/cjs/loader.js:599:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
    at Function.Module._load (internal/modules/cjs/loader.js:530:3)
    at Module.require (internal/modules/cjs/loader.js:637:17)
    at require (internal/modules/cjs/helpers.js:22:18)
    at Object.<anonymous> (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\gulp-sass\index.js:187:21)
    at Module._compile (internal/modules/cjs/loader.js:689:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
    at Module.load (internal/modules/cjs/loader.js:599:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
    at Function.Module._load (internal/modules/cjs/loader.js:530:3)
    at Module.require (internal/modules/cjs/loader.js:637:17)
    at require (internal/modules/cjs/helpers.js:22:18)
    at Object.requireDependency (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\liferay-theme-tasks\lib\util.js:142:9)
    at Gulp.<anonymous> (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\liferay-theme-tasks\tasks\build\compile-css.js:43:30)
    at module.exports (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\lib\runTask.js:34:7)
    at Gulp.Orchestrator._runTask (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:273:3)
    at Gulp.Orchestrator._runStep (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:214:10)
    at Gulp.Orchestrator.start (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:134:8)
    at runNextSet (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\run-sequence\index.js:86:16)
    at runSequence (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\run-sequence\index.js:97:2)
    at Gulp.<anonymous> (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\liferay-theme-tasks\tasks\build\compile-css.js:36:3)
    at module.exports (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\lib\runTask.js:34:7)
    at Gulp.Orchestrator._runTask (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:273:3)
    at Gulp.Orchestrator._runStep (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:214:10)
    at Gulp.Orchestrator.start (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:134:8)
    at runNextSet (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\run-sequence\index.js:86:16)
    at Gulp.onTaskEnd (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\run-sequence\index.js:75:5)
    at Gulp.emit (events.js:194:15)
    at Gulp.Orchestrator._emitTaskDone (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:264:8)
    at D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:275:23
    at finish (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\lib\runTask.js:21:8)
    at cb (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\lib\runTask.js:29:3)
    at CB (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\fs-extra\node_modules\graceful-fs\polyfills.js:112:17)
    at FSReqWrap.oncomplete (fs.js:141:20)

[10:24:26] 'build:compile-css' errored after 86 ms
[10:24:26] Error in plugin 'run-sequence(build)'
Message:
    Missing binding D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\node-sass\vendor\win32-x64-64\binding.node
Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 10.x

Found bindings for the following environments:
  - Windows 64-bit with Node.js 11.x

This usually happens because your environment has changed since running `npm install`.
Run `npm rebuild node-sass` to download the binding for your current environment.
Stack:
Error: Missing binding D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\node-sass\vendor\win32-x64-64\binding.node
Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 10.x

Found bindings for the following environments:
  - Windows 64-bit with Node.js 11.x

This usually happens because your environment has changed since running `npm install`.
Run `npm rebuild node-sass` to download the binding for your current environment.
    at module.exports (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\node-sass\lib\binding.js:15:13)
    at Object.<anonymous> (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\node-sass\lib\index.js:14:35)
    at Module._compile (internal/modules/cjs/loader.js:689:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
    at Module.load (internal/modules/cjs/loader.js:599:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
    at Function.Module._load (internal/modules/cjs/loader.js:530:3)
    at Module.require (internal/modules/cjs/loader.js:637:17)
    at require (internal/modules/cjs/helpers.js:22:18)
    at Object.<anonymous> (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\gulp-sass\index.js:187:21)
    at Module._compile (internal/modules/cjs/loader.js:689:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
    at Module.load (internal/modules/cjs/loader.js:599:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
    at Function.Module._load (internal/modules/cjs/loader.js:530:3)
    at Module.require (internal/modules/cjs/loader.js:637:17)
    at require (internal/modules/cjs/helpers.js:22:18)
    at Object.requireDependency (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\liferay-theme-tasks\lib\util.js:142:9)
    at Gulp.<anonymous> (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\liferay-theme-tasks\tasks\build\compile-css.js:43:30)
    at module.exports (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\lib\runTask.js:34:7)
    at Gulp.Orchestrator._runTask (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:273:3)
    at Gulp.Orchestrator._runStep (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:214:10)
    at Gulp.Orchestrator.start (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:134:8)
    at runNextSet (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\run-sequence\index.js:86:16)
    at runSequence (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\run-sequence\index.js:97:2)
    at Gulp.<anonymous> (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\liferay-theme-tasks\tasks\build\compile-css.js:36:3)
    at module.exports (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\lib\runTask.js:34:7)
    at Gulp.Orchestrator._runTask (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:273:3)
    at Gulp.Orchestrator._runStep (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:214:10)
    at Gulp.Orchestrator.start (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:134:8)
    at runNextSet (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\run-sequence\index.js:86:16)
    at Gulp.onTaskEnd (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\run-sequence\index.js:75:5)
    at Gulp.emit (events.js:194:15)
    at Gulp.Orchestrator._emitTaskDone (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:264:8)
    at D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:275:23
    at finish (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\lib\runTask.js:21:8)
    at cb (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\lib\runTask.js:29:3)
    at CB (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\fs-extra\node_modules\graceful-fs\polyfills.js:112:17)
    at FSReqWrap.oncomplete (fs.js:141:20)

[10:24:26] 'build:compile-css' errored after 87 ms
[10:24:26] Error in plugin 'run-sequence(build:compile-lib-sass)'
Message:
    Missing binding D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\node-sass\vendor\win32-x64-64\binding.node
Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 10.x

Found bindings for the following environments:
  - Windows 64-bit with Node.js 11.x

This usually happens because your environment has changed since running `npm install`.
Run `npm rebuild node-sass` to download the binding for your current environment.
Stack:
Error: Missing binding D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\node-sass\vendor\win32-x64-64\binding.node
Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 10.x

Found bindings for the following environments:
  - Windows 64-bit with Node.js 11.x

This usually happens because your environment has changed since running `npm install`.
Run `npm rebuild node-sass` to download the binding for your current environment.
    at module.exports (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\node-sass\lib\binding.js:15:13)
    at Object.<anonymous> (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\node-sass\lib\index.js:14:35)
    at Module._compile (internal/modules/cjs/loader.js:689:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
    at Module.load (internal/modules/cjs/loader.js:599:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
    at Function.Module._load (internal/modules/cjs/loader.js:530:3)
    at Module.require (internal/modules/cjs/loader.js:637:17)
    at require (internal/modules/cjs/helpers.js:22:18)
    at Object.<anonymous> (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\gulp-sass\index.js:187:21)
    at Module._compile (internal/modules/cjs/loader.js:689:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
    at Module.load (internal/modules/cjs/loader.js:599:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
    at Function.Module._load (internal/modules/cjs/loader.js:530:3)
    at Module.require (internal/modules/cjs/loader.js:637:17)
    at require (internal/modules/cjs/helpers.js:22:18)
    at Object.requireDependency (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\liferay-theme-tasks\lib\util.js:142:9)
    at Gulp.<anonymous> (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\liferay-theme-tasks\tasks\build\compile-css.js:43:30)
    at module.exports (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\lib\runTask.js:34:7)
    at Gulp.Orchestrator._runTask (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:273:3)
    at Gulp.Orchestrator._runStep (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:214:10)
    at Gulp.Orchestrator.start (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:134:8)
    at runNextSet (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\run-sequence\index.js:86:16)
    at runSequence (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\run-sequence\index.js:97:2)
    at Gulp.<anonymous> (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\liferay-theme-tasks\tasks\build\compile-css.js:36:3)
    at module.exports (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\lib\runTask.js:34:7)
    at Gulp.Orchestrator._runTask (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:273:3)
    at Gulp.Orchestrator._runStep (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:214:10)
    at Gulp.Orchestrator.start (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:134:8)
    at runNextSet (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\run-sequence\index.js:86:16)
    at Gulp.onTaskEnd (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\run-sequence\index.js:75:5)
    at Gulp.emit (events.js:194:15)
    at Gulp.Orchestrator._emitTaskDone (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:264:8)
    at D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\index.js:275:23
    at finish (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\lib\runTask.js:21:8)
    at cb (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\orchestrator\lib\runTask.js:29:3)
    at CB (D:\esercizi\workspaces\tema\workspace\liferay-theme-v1\themes\my-liferay-theme\node_modules\fs-extra\node_modules\graceful-fs\polyfills.js:112:17)
    at FSReqWrap.oncomplete (fs.js:141:20)


&gt; Task :themes:my-liferay-theme:gulpBuild FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':themes:my-liferay-theme:gulpBuild'.
&gt; Process 'command 'cmd'' finished with non-zero exit value 1</anonymous></anonymous></anonymous></anonymous></anonymous></anonymous></anonymous></anonymous></anonymous></anonymous></anonymous></anonymous></anonymous></anonymous></anonymous></anonymous>
thumbnail
Christoph Rabel, modified 5 Years ago. Liferay Legend Posts: 1555 Join Date: 9/24/09 Recent Posts
Have you tried to run "npm rebuild node-sass" as suggested?