nandorojo / expo-next-react-navigation

⛴ Make Next.js and react-navigation play nicely together with an Expo/React Native Web app.
408 stars 32 forks source link

Impossible to setup the project on Win 10 #32

Closed velidan closed 4 years ago

velidan commented 4 years ago

Hi nandorojo. Thank you for your work but I can't install your project on Windows 10. Could you, please, help me to solve it?

Issue reason: Impossible to set up the project on Win 10 platform.

Error message: set -eo pipefail. SyntaxError: Unexpected identifier

How to reproduce: 1) Download the repo as a Zip folder (Win 10 Pro) 2) extract it. Go to the project folder 3) execute in the CMD (bash/win cmd): npm install (yarn) 4) the error appears.

I've attached the screenshot expo_next-react-navigationpipefail

Thanks for any help!

P.S. You mentioned I can use it without Expo so I'd like to install & use it without it because Expo is forbidden in our project

nandorojo commented 4 years ago

Why don't you just run yarn add expo-next-react-navigation like the instructions say?

velidan commented 4 years ago

I just want to see how the example works

nandorojo commented 4 years ago

Got it. Looks like the error is with expo-module scripts. Try changing into the example folder directory and running yarn