Ошибка CLI трафарета при связывании трафарета в compilation.js bigcommerce - PullRequest
0 голосов
/ 24 ноября 2018

Я пытаюсь создать собственный шаблон в теме трафарета для содержимого веб-страницы.Я могу успешно создать пользовательский шаблон, теперь мне нужно связать тему, чтобы я мог загрузить ее в интернет-магазин.Во время stencil bundle команды.Я получил следующую ошибку.Подскажите, пожалуйста, причину ошибки.

/var/www/html/bigcommerce/eci-cornorstone/current-theme/Cornerstone-custom-AWS-1.3.4/stencil.conf.js:71
            throw err;
            ^
Error
    at /var/www/html/bigcommerce/eci-cornorstone/current-theme/Cornerstone-custom-AWS-1.3.4/node_modules/webpack/lib/Compilation.js:229:38
    at onDoneResolving (/var/www/html/bigcommerce/eci-cornorstone/current-theme/Cornerstone-custom-AWS-1.3.4/node_modules/webpack/lib/NormalModuleFactory.js:29:20)
    at /var/www/html/bigcommerce/eci-cornorstone/current-theme/Cornerstone-custom-AWS-1.3.4/node_modules/webpack/lib/NormalModuleFactory.js:85:20
    at /var/www/html/bigcommerce/eci-cornorstone/current-theme/Cornerstone-custom-AWS-1.3.4/node_modules/async/lib/async.js:726:13
    at /var/www/html/bigcommerce/eci-cornorstone/current-theme/Cornerstone-custom-AWS-1.3.4/node_modules/async/lib/async.js:52:16
    at done (/var/www/html/bigcommerce/eci-cornorstone/current-theme/Cornerstone-custom-AWS-1.3.4/node_modules/async/lib/async.js:241:17)
    at /var/www/html/bigcommerce/eci-cornorstone/current-theme/Cornerstone-custom-AWS-1.3.4/node_modules/async/lib/async.js:44:16
    at /var/www/html/bigcommerce/eci-cornorstone/current-theme/Cornerstone-custom-AWS-1.3.4/node_modules/async/lib/async.js:723:17
    at /var/www/html/bigcommerce/eci-cornorstone/current-theme/Cornerstone-custom-AWS-1.3.4/node_modules/async/lib/async.js:167:37
    at /var/www/html/bigcommerce/eci-cornorstone/current-theme/Cornerstone-custom-AWS-1.3.4/node_modules/enhanced-resolve/lib/UnsafeCachePlugin.js:24:19
...