Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run in nodejs v12.8.0 #2

Closed
Gnawey opened this issue Aug 10, 2019 · 1 comment
Closed

Run in nodejs v12.8.0 #2

Gnawey opened this issue Aug 10, 2019 · 1 comment

Comments

@Gnawey
Copy link

Gnawey commented Aug 10, 2019

0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'start' ]
2 info using npm@5.3.0
3 info using node@v8.4.0
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle ws-scrcpy@0.0.1~prestart: ws-scrcpy@0.0.1
6 info lifecycle ws-scrcpy@0.0.1~start: ws-scrcpy@0.0.1
7 verbose lifecycle ws-scrcpy@0.0.1~start: unsafe-perm in lifecycle true
8 verbose lifecycle ws-scrcpy@0.0.1~start: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/yewang/data/project/xbw/ws-scrcpy/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/yewang/Library/Android/sdk/platform-tools
9 verbose lifecycle ws-scrcpy@0.0.1~start: CWD: /Users/yewang/data/project/xbw/ws-scrcpy
10 silly lifecycle ws-scrcpy@0.0.1~start: Args: [ '-c', 'npm run dist && cd dist && npm start' ]
11 silly lifecycle ws-scrcpy@0.0.1~start: Returned: code: 1  signal: null
12 info lifecycle ws-scrcpy@0.0.1~start: Failed to exec start script
13 verbose stack Error: ws-scrcpy@0.0.1 start: `npm run dist && cd dist && npm start`
13 verbose stack Exit status 1
13 verbose stack     at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:289:16)
13 verbose stack     at emitTwo (events.js:125:13)
13 verbose stack     at EventEmitter.emit (events.js:213:7)
13 verbose stack     at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:40:14)
13 verbose stack     at emitTwo (events.js:125:13)
13 verbose stack     at ChildProcess.emit (events.js:213:7)
13 verbose stack     at maybeClose (internal/child_process.js:927:16)
13 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
14 verbose pkgid ws-scrcpy@0.0.1
15 verbose cwd /Users/yewang/data/project/xbw/ws-scrcpy
16 verbose Darwin 18.6.0
17 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
18 verbose node v8.4.0
19 verbose npm  v5.3.0
20 error code ELIFECYCLE
21 error errno 1
22 error ws-scrcpy@0.0.1 start: `npm run dist && cd dist && npm start`
22 error Exit status 1
23 error Failed at the ws-scrcpy@0.0.1 start script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 1, true ]
@drauggres
Copy link
Collaborator

drauggres commented Aug 12, 2019

Hi, @yewang422.

There was a problem with cp command arguments on macOS.
Please try again with node 8.x or 10.x (there is still a problem with node 12.x)

Upd: also it fail on 8.4.0 but works on 8.16.0.

maxduke pushed a commit to maxduke/ws-scrcpy that referenced this issue Aug 10, 2023
maxduke pushed a commit to maxduke/ws-scrcpy that referenced this issue Aug 10, 2023
DEV-14439 [W 10, 11, 12 _Top 3-1] 라미엘 스크롤 기능 추가 요청 NetrisTV#2
maxduke pushed a commit to maxduke/ws-scrcpy that referenced this issue Aug 10, 2023
DEV-14440 [라미엘] iOS 도입 - 라미엘 안드로이드와 화면과 동작 일치시키기 W10~ NetrisTV#2 - 키보드 입력 기능 구현
maxduke pushed a commit to maxduke/ws-scrcpy that referenced this issue Aug 10, 2023
DEV-15491 [라미엘] 초기화 완료, 검은 바탕 NetrisTV#2 - invalid session id로 인해 발생 확인
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants