하지만 글에도 쓰여있다시피 Python QT 프로젝트나 C# Winform의 경우에는, GUI 레이아웃임에도 불구하고 구름IDE에서 VNC를 이용해서 개발이 가능하게끔 환경을 설정해놓으셨던데,
일렉트론의 경우에는 불가능한건가요 ㅠㅠ
미루나무
@미루나무
Posts made by 미루나무
-
RE: 구름IDE NodeJS에서 Electron 프레임워크 사용할 수 있는 방법 없을까요?
-
구름IDE NodeJS에서 Electron 프레임워크 사용할 수 있는 방법 없을까요?
https://github.com/electron/electron-quick-start
이거 클론해서 위 git에 있는 설명대로
npm install
npm start
해서 실행하면/workspace/test/node_modules/electron/dist/electron: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory
위와같은 오류가 나와서, 대충 검색해보니 구름IDE 가 X-windows를 지원안해서 그렇다고 하더라고요..
보통 구름에서 QT프로젝트나 윈폼 프로젝트는 VNC 이용하길래 그냥 프로젝트 -> 실행해서 main.js 실행해봤는데, 마찬가지로
/workspace/test/main.js:25
app.whenReady().then(() => {TypeError: Cannot read property 'whenReady' of undefined
at Object.<anonymous> (/workspace/WQSGedit/main.js:25:5)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3)이런 오류가 나면서 실행이 안되네요..
레플같은곳에서도 실행이 안되던데 혹시 도움 주실분 계실까요? ㅠㅠ