2016-10-26 3 views
0

마켓 플레이스에서 다운로드 한 테마가 있습니다.스텐실 번들 명령이 작동하지 않습니다.

모두 내 컴퓨터에서 잘 작동하지만 내가 먼저 stencil bundle을 실행하려고 할 때 그것은 나에게이 오류가 발생합니다 : 나는 또한 실행 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) 

합니다. 누구든지이 문제를 해결하는 방법을 알고 있습니까?

+0

자산 /의 JS를의 AppData/로밍/*/npm_modules을 삭제하고 제거하십시오/bundle.js 주제에서 대한

감사합니다 cl – Alyss

+0

http://stackoverflow.com/questions/19981065/nodejs-error-emfile-too-many-open-files-on-mac-os를 확인할 수도 있습니다. – Alyss

답변

1

수정 프로그램이 병합되었습니다. github에서 최신 초석 파일의 사본을 가져 오거나 다음 초석 테마 출시를 기다릴 수 있습니다. 다음 신선한 NPM을 설치 -g bigcommerce/stencil- - 보고서

https://github.com/bigcommerce/stencil-cli/pull/337

관련 문제