나는 Mac에서 NodeGUI를 이동하고 싶었지만 npm 설치가 잘못되어 꼬꼬
git clone https://github.com/nodegui/nodegui-starter
cd nodegui-starter
npm install
npm run build
npm start
npm install
부분 오류$ npm install
> @nodegui/[email protected] postinstall /Users/kengookumura/dev/tmp/nodegui/nodegui-starter/node_modules/@nodegui/qode
> node install.js
Local Qode 1.0.5 archive doesnt exists... Copying Qode from cache...
Extracting binaries...
> @nodegui/[email protected] postinstall /Users/kengookumura/dev/tmp/nodegui/nodegui-starter/node_modules/@nodegui/nodegui
> npm run build:addon
> @nodegui/[email protected] build:addon /Users/kengookumura/dev/tmp/nodegui/nodegui-starter/node_modules/@nodegui/nodegui
> cross-env CMAKE_BUILD_PARALLEL_LEVEL=8 cmake-js compile
[
'/usr/local/Cellar/node/12.8.1/bin/node',
'/Users/kengookumura/dev/tmp/nodegui/nodegui-starter/node_modules/.bin/cmake-js',
'compile'
]
info TOOL Using Unix Makefiles generator.
info REP Build has been failed, trying to do a full rebuild.
ERR! OMG CMake executable is not found. Please use your system's package manager to install it, or you can get installers from there: http://cmake.org.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @nodegui/[email protected] build:addon: `cross-env CMAKE_BUILD_PARALLEL_LEVEL=8 cmake-js compile`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @nodegui/[email protected] build:addon script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/kengookumura/.npm/_logs/2019-09-23T06_00_56_266Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @nodegui/[email protected] postinstall: `npm run build:addon`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @nodegui/[email protected] postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/kengookumura/.npm/_logs/2019-09-23T06_00_56_858Z-debug.log
내용은 오류를 보면 CMake의 실행 파일을 찾을 수 없기 때문에 구글을 시도해 봤는데 아래와 관련이 있는 것 같아서 m(__)mC++ 초보자가 Mac에서 CMake-Qiita 사용 시도
$ brew install cmake
현재 운행 npm install
, 순조롭게 완료그리고 여기를 수행하면...
npm run build
npm start
nodegui-starter 샘플 프로그램을 시작했습니다.버전
Reference
이 문제에 관하여(나는 Mac에서 NodeGUI를 이동하고 싶었지만 npm 설치가 잘못되어 꼬꼬), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/okumurakengo/items/c95021f6ea4b1cb3ba41텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)