我有一个主题,我是从市场下载的。
我的机器上的一切正常,但是当我第一次尝试运行stencil bundle
时,它会抛出这个错误:
$ stencil bundle
Validating theme...
SCSS Parsing Started...
Template Parsing Started...
Language Files Parsing Started...
Building Theme Schema File...
Generating Manifest Started...
JavaScript Bundling Started...
ok -- Language Files Parsing Finished
ok -- SCSS Parsing Finished
ok -- Manifest Generation Finished
failed -- EMFILE: too many open files, open 'C:\xampp\htdocs\ct\firestoreonline\peak-bc\templates\pages\account\orders\invoice.html'
C:\Users\velho\AppData\Roaming\npm\node_modules\@bigcommerce\stencil-cli\lib\stencil-bundle.js:78
throw err;
^
Error: EMFILE: too many open files, open 'C:\xampp\htdocs\ct\firestoreonline\peak-bc\templates\pages\account\orders\invoice.html'
at Error (native)
我在运行stencil bundle
之前也停止了所有终端进程。有谁知道如何解决这个问题?
答案 0 :(得分:1)
修复程序已合并。你可以从github下载最新的基石文件的副本,或者你可以等待下一个基石主题发布。
感谢您的报告