Giter Site home page Giter Site logo

Comments (9)

QA-Jihyun avatar QA-Jihyun commented on August 16, 2024

@nalawa-yoon

I have the same problem. Did you solve it?

from stf.

nalawa-yoon avatar nalawa-yoon commented on August 16, 2024

@QA-Jihyun

I solved node version by installing it in a different version.
I haven't used ADB since then, so I recently changed from Android 14 to STF latest because it didn't work, but the screenshot didn't work again, so I changed the node version to v20 -> V12 (12.22.12) and solved it.

from stf.

QA-Jihyun avatar QA-Jihyun commented on August 16, 2024

@QA-Jihyun

I solved node version by installing it in a different version.

I haven't used ADB since then, so I recently changed from Android 14 to STF latest because it didn't work, but the screenshot didn't work again, so I changed the node version to v20 -> V12 (12.22.12) and solved it.

Is it devicefarmer/stf ? Is mac node v12 also screenshot save possible?

from stf.

nalawa-yoon avatar nalawa-yoon commented on August 16, 2024

@QA-Jihyun
I solved node version by installing it in a different version.
I haven't used ADB since then, so I recently changed from Android 14 to STF latest because it didn't work, but the screenshot didn't work again, so I changed the node version to v20 -> V12 (12.22.12) and solved it.

Is it devicefarmer/stf ? Is mac node v12 also screenshot save possible?

Yes it's working normally. I'm also using it in a mac environment.

2024-01-18T01:05:08.450Z INF/cli:doctor 20349 [] OS Arch: x64
2024-01-18T01:05:08.452Z INF/cli:doctor 20349 [
] OS Platform: darwin
2024-01-18T01:05:08.452Z INF/cli:doctor 20349 [] OS Platform: 22.6.0
2024-01-18T01:05:08.452Z INF/cli:doctor 20349 [
] Using Node 12.22.12
2024-01-18T01:05:08.491Z INF/cli:doctor 20349 [] Using ZeroMQ 4.2.2
2024-01-18T01:05:08.530Z INF/cli:doctor 20349 [
] Using GraphicsMagick 1.3.42
2024-01-18T01:05:08.577Z INF/cli:doctor 20349 [] Using RethinkDB 2.4.3
2024-01-18T01:05:08.822Z INF/cli:doctor 20349 [
] Using ProtoBuf 3.20.3
2024-01-18T01:05:08.940Z INF/cli:doctor 20349 [*] Using ADB 1.0.41

from stf.

QA-Jihyun avatar QA-Jihyun commented on August 16, 2024

@QA-Jihyun
I solved node version by installing it in a different version.
I haven't used ADB since then, so I recently changed from Android 14 to STF latest because it didn't work, but the screenshot didn't work again, so I changed the node version to v20 -> V12 (12.22.12) and solved it.

Is it devicefarmer/stf ? Is mac node v12 also screenshot save possible?

Yes it's working normally. I'm also using it in a mac environment.

2024-01-18T01:05:08.450Z INF/cli:doctor 20349 [] OS Arch: x64 2024-01-18T01:05:08.452Z INF/cli:doctor 20349 [] OS Platform: darwin 2024-01-18T01:05:08.452Z INF/cli:doctor 20349 [] OS Platform: 22.6.0 2024-01-18T01:05:08.452Z INF/cli:doctor 20349 [] Using Node 12.22.12 2024-01-18T01:05:08.491Z INF/cli:doctor 20349 [] Using ZeroMQ 4.2.2 2024-01-18T01:05:08.530Z INF/cli:doctor 20349 [] Using GraphicsMagick 1.3.42 2024-01-18T01:05:08.577Z INF/cli:doctor 20349 [] Using RethinkDB 2.4.3 2024-01-18T01:05:08.822Z INF/cli:doctor 20349 [] Using ProtoBuf 3.20.3 2024-01-18T01:05:08.940Z INF/cli:doctor 20349 [*] Using ADB 1.0.41

Probably you are using an intel mac (arch x64). I guess it is because it is an arm(m1) mac, but node version 12 fails to install.

It's only for a moment, but I'm happy.

from stf.

nalawa-yoon avatar nalawa-yoon commented on August 16, 2024

@QA-Jihyun
I solved node version by installing it in a different version.
I haven't used ADB since then, so I recently changed from Android 14 to STF latest because it didn't work, but the screenshot didn't work again, so I changed the node version to v20 -> V12 (12.22.12) and solved it.

Is it devicefarmer/stf ? Is mac node v12 also screenshot save possible?

Yes it's working normally. I'm also using it in a mac environment.
2024-01-18T01:05:08.450Z INF/cli:doctor 20349 [] OS Arch: x64 2024-01-18T01:05:08.452Z INF/cli:doctor 20349 [] OS Platform: darwin 2024-01-18T01:05:08.452Z INF/cli:doctor 20349 [] OS Platform: 22.6.0 2024-01-18T01:05:08.452Z INF/cli:doctor 20349 [] Using Node 12.22.12 2024-01-18T01:05:08.491Z INF/cli:doctor 20349 [] Using ZeroMQ 4.2.2 2024-01-18T01:05:08.530Z INF/cli:doctor 20349 [] Using GraphicsMagick 1.3.42 2024-01-18T01:05:08.577Z INF/cli:doctor 20349 [] Using RethinkDB 2.4.3 2024-01-18T01:05:08.822Z INF/cli:doctor 20349 [] Using ProtoBuf 3.20.3 2024-01-18T01:05:08.940Z INF/cli:doctor 20349 [*] Using ADB 1.0.41

Probably you are using an intel mac (arch x64). I guess it is because it is an arm(m1) mac, but node version 12 fails to install.

It's only for a moment, but I'm happy.

The m1 mac works the same way, so the 12 version of node is being used in the m1 environment.

When I did stf doctor, it is operating as below.
2024-01-18T02:04:22.656Z INF/cli:doctor 53991 [] OS Arch: x64
2024-01-18T02:04:22.657Z INF/cli:doctor 53991 [
] OS Platform: darwin
2024-01-18T02:04:22.657Z INF/cli:doctor 53991 [] OS Platform: 23.2.0
2024-01-18T02:04:22.657Z INF/cli:doctor 53991 [
] Using Node 12.22.12
2024-01-18T02:04:22.684Z INF/cli:doctor 53991 [] Using ZeroMQ 4.2.2
2024-01-18T02:04:22.711Z INF/cli:doctor 53991 [
] Using GraphicsMagick 1.3.38
2024-01-18T02:04:22.716Z INF/cli:doctor 53991 [] Using ProtoBuf 3.19.4
2024-01-18T02:04:22.765Z INF/cli:doctor 53991 [
] Using RethinkDB 2.4.2
2024-01-18T02:04:22.906Z INF/cli:doctor 53991 [*] Using ADB 1.0.41

from stf.

QA-Jihyun avatar QA-Jihyun commented on August 16, 2024

@QA-Jihyun
I solved node version by installing it in a different version.
I haven't used ADB since then, so I recently changed from Android 14 to STF latest because it didn't work, but the screenshot didn't work again, so I changed the node version to v20 -> V12 (12.22.12) and solved it.

Is it devicefarmer/stf ? Is mac node v12 also screenshot save possible?

Yes it's working normally. I'm also using it in a mac environment.
2024-01-18T01:05:08.450Z INF/cli:doctor 20349 [] OS Arch: x64 2024-01-18T01:05:08.452Z INF/cli:doctor 20349 [] OS Platform: darwin 2024-01-18T01:05:08.452Z INF/cli:doctor 20349 [] OS Platform: 22.6.0 2024-01-18T01:05:08.452Z INF/cli:doctor 20349 [] Using Node 12.22.12 2024-01-18T01:05:08.491Z INF/cli:doctor 20349 [] Using ZeroMQ 4.2.2 2024-01-18T01:05:08.530Z INF/cli:doctor 20349 [] Using GraphicsMagick 1.3.42 2024-01-18T01:05:08.577Z INF/cli:doctor 20349 [] Using RethinkDB 2.4.3 2024-01-18T01:05:08.822Z INF/cli:doctor 20349 [] Using ProtoBuf 3.20.3 2024-01-18T01:05:08.940Z INF/cli:doctor 20349 [*] Using ADB 1.0.41

Probably you are using an intel mac (arch x64). I guess it is because it is an arm(m1) mac, but node version 12 fails to install.
It's only for a moment, but I'm happy.

The m1 mac works the same way, so the 12 version of node is being used in the m1 environment.

When I did stf doctor, it is operating as below. 2024-01-18T02:04:22.656Z INF/cli:doctor 53991 [] OS Arch: x64 2024-01-18T02:04:22.657Z INF/cli:doctor 53991 [] OS Platform: darwin 2024-01-18T02:04:22.657Z INF/cli:doctor 53991 [] OS Platform: 23.2.0 2024-01-18T02:04:22.657Z INF/cli:doctor 53991 [] Using Node 12.22.12 2024-01-18T02:04:22.684Z INF/cli:doctor 53991 [] Using ZeroMQ 4.2.2 2024-01-18T02:04:22.711Z INF/cli:doctor 53991 [] Using GraphicsMagick 1.3.38 2024-01-18T02:04:22.716Z INF/cli:doctor 53991 [] Using ProtoBuf 3.19.4 2024-01-18T02:04:22.765Z INF/cli:doctor 53991 [] Using RethinkDB 2.4.2 2024-01-18T02:04:22.906Z INF/cli:doctor 53991 [*] Using ADB 1.0.41

umm...
i tried node v12 install

nvm install v12.22.12

but install fail! (command result : please use python 2.7)

How did you install and configure node 12 on m1 mac?

from stf.

nalawa-yoon avatar nalawa-yoon commented on August 16, 2024

@QA-Jihyun
I solved node version by installing it in a different version.
I haven't used ADB since then, so I recently changed from Android 14 to STF latest because it didn't work, but the screenshot didn't work again, so I changed the node version to v20 -> V12 (12.22.12) and solved it.

Is it devicefarmer/stf ? Is mac node v12 also screenshot save possible?

Yes it's working normally. I'm also using it in a mac environment.
2024-01-18T01:05:08.450Z INF/cli:doctor 20349 [] OS Arch: x64 2024-01-18T01:05:08.452Z INF/cli:doctor 20349 [] OS Platform: darwin 2024-01-18T01:05:08.452Z INF/cli:doctor 20349 [] OS Platform: 22.6.0 2024-01-18T01:05:08.452Z INF/cli:doctor 20349 [] Using Node 12.22.12 2024-01-18T01:05:08.491Z INF/cli:doctor 20349 [] Using ZeroMQ 4.2.2 2024-01-18T01:05:08.530Z INF/cli:doctor 20349 [] Using GraphicsMagick 1.3.42 2024-01-18T01:05:08.577Z INF/cli:doctor 20349 [] Using RethinkDB 2.4.3 2024-01-18T01:05:08.822Z INF/cli:doctor 20349 [] Using ProtoBuf 3.20.3 2024-01-18T01:05:08.940Z INF/cli:doctor 20349 [*] Using ADB 1.0.41

Probably you are using an intel mac (arch x64). I guess it is because it is an arm(m1) mac, but node version 12 fails to install.
It's only for a moment, but I'm happy.

The m1 mac works the same way, so the 12 version of node is being used in the m1 environment.
When I did stf doctor, it is operating as below. 2024-01-18T02:04:22.656Z INF/cli:doctor 53991 [] OS Arch: x64 2024-01-18T02:04:22.657Z INF/cli:doctor 53991 [] OS Platform: darwin 2024-01-18T02:04:22.657Z INF/cli:doctor 53991 [] OS Platform: 23.2.0 2024-01-18T02:04:22.657Z INF/cli:doctor 53991 [] Using Node 12.22.12 2024-01-18T02:04:22.684Z INF/cli:doctor 53991 [] Using ZeroMQ 4.2.2 2024-01-18T02:04:22.711Z INF/cli:doctor 53991 [] Using GraphicsMagick 1.3.38 2024-01-18T02:04:22.716Z INF/cli:doctor 53991 [] Using ProtoBuf 3.19.4 2024-01-18T02:04:22.765Z INF/cli:doctor 53991 [] Using RethinkDB 2.4.2 2024-01-18T02:04:22.906Z INF/cli:doctor 53991 [*] Using ADB 1.0.41

umm... i tried node v12 install

nvm install v12.22.12

but install fail! (command result : please use python 2.7)

How did you install and configure node 12 on m1 mac?

There's a way to download PKG from that address. Try this
https://stackoverflow.com/questions/74375056/install-node-12-on-macos

I didn't have any problems installing the node version, but when I looked it up, I think there are situations where it's not working

from stf.

QA-Jihyun avatar QA-Jihyun commented on August 16, 2024

thank you

from stf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.