couldn't get GCM token on Mac expo client

Hello, I need some help with getting the Device token and while I know this error has been discussed a lot in the forums, please note that mine is a very particular case.

I am testing the same app with the same expo-client version ans SDK on two different environments (MAC and Ubuntu) and is giving me two different outcomes. While it works for Ubuntu, I am getting the GCM token error on mac:

// Get Expo push notification token
let expoPushToken = await Notifications.getExpoPushTokenAsync();
console.log("Token: ", expoPushToken);
Screen Shot 2020-06-15 at 10.27.54 AM(1)

Package.Json file

“dependencies”: {
@react-native-community/async-storage”: “^1.11.0”,
@react-native-community/masked-view”: “0.1.5”,
@react-native-community/netinfo”: “4.6.0”,
@react-navigation/compat”: “^5.0.0”,
@react-navigation/drawer”: “5.0.0”,
@react-navigation/native”: “5.0.0”,
@react-navigation/stack”: “5.0.0”,
“expo”: “36.0.1”,
“expo-asset”: “~8.0.0”,
“expo-av”: “~8.0.0”,
“expo-document-picker”: “~8.0.0”,
“expo-file-system”: “~8.0.0”,
“expo-font”: “~8.0.0”,
“expo-linear-gradient”: “~8.0.0”,
“expo-media-library”: “~8.0.0”,
“expo-permissions”: “~8.0.0”,
“expo-video-player”: “^1.5.8”,
“galio-framework”: “^0.6.3”,
“react”: “16.9.0”,
“react-giphy-component”: “^1.1.0”,
“react-giphy-picker”: “^1.1.1”,
“react-image-appear”: “^1.2.23”,
“react-native”: “https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz”,
“react-native-elements”: “^2.0.1”,
“react-native-emoji-selector”: “^0.1.8”,
“react-native-gesture-handler”: “~1.5.0”,
“react-native-giphy”: “0.0.2”,
“react-native-mime-types”: “^2.3.0”,
“react-native-modal”: “^11.5.6”,
“react-native-modal-dropdown”: “^0.7.0”,
“react-native-reanimated”: “~1.4.0”,
“react-native-safe-area-context”: “0.6.0”,
“react-native-screens”: “2.0.0-alpha.12”,
“react-native-simple-toast”: “^1.1.2”,
“react-navigation”: “^4.3.9”,
“react-redux”: “^7.2.0”,
“redux”: “^4.0.5”,
“redux-thunk”: “^2.3.0”,
“socket.io-client”: “^2.3.0”,
“superagent”: “^5.2.2”
},
“devDependencies”: {
“babel-preset-expo”: “^8.0.0”,
“cross-env”: “^7.0.0”,
“expo-cli”: “^3.11.7”,
“jest-expo”: “^36.0.0”
},