Waiting for 'expo opt-in-google-play-signing'

Hi Guys,
Thanks for your work!
I’m facing an issue with this command expo opt-in-google-play-signing.
I’m starting it, respond to questions:

? Is Google Play App Signing enabled for this app? No

? Google Play encryption key → … key from play store …

And I’m waiting until a long time on this logs:

Installing node-pty-prebuilt in a temporary directory

> node-pty-prebuilt@0.7.6 install /private/tmp/pty-tmp-install/node_modules/node-pty-prebuilt
> prebuild-install || node scripts/install.js


> node-pty-prebuilt@0.7.6 postinstall /private/tmp/pty-tmp-install/node_modules/node-pty-prebuilt
> node scripts/post-install.js

npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN pty-tmp-install@1.0.0 No description
npm WARN pty-tmp-install@1.0.0 No repository field.

+ node-pty-prebuilt@0.7.6
added 59 packages from 41 contributors and audited 95 packages in 4.294s
found 0 vulnerabilities

Downloading PEPK tool from Google Play to /Users/carpentierxqvier/.expo/android_tools_pepk.jar
  downloading pepk tool [========================================] 720823/bps 100% 0.0s

See my expo diagnostics

Expo CLI 3.1.2 environment info:
    System:
      OS: macOS 10.14.6
      Shell: 5.3 - /bin/zsh
    Binaries:
      Node: 10.16.0 - ~/.nvm/versions/node/v10.16.0/bin/node
      Yarn: 1.17.3 - ~/.yarn/bin/yarn
      npm: 6.9.0 - ~/.nvm/versions/node/v10.16.0/bin/npm
      Watchman: 4.7.0 - /usr/local/bin/watchman
    IDEs:
      Xcode: 11.0/11A420a - /usr/bin/xcodebuild
    npmPackages:
      @storybook/react-native: ^5.2.1 => 5.2.1 
      @types/react: 16.9.3 => 16.9.3 
      @types/react-native: 0.60.15 => 0.60.15 
      @types/react-navigation: ^3.0.4 => 3.0.8 
      expo: ^35.0.0 => 35.0.0 
      react: 16.8.3 => 16.8.3 
      react-native: https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz => 0.59.8 
      react-navigation: ^4.0.6 => 4.0.9

Do you have any clue?

Thanks
Xavier

I re-executed it and it’s ok, now! I’m following the next steps.

1 Like

Apparently, the first time failed systematically. I applied on another project and this is the case again: the first try fall in an infinite loop or something and second is ok. Weird…

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.