GeekyAnts / react-native-seed

Get your favorite boilerplate of React Native
http://ReactNativeSeed.com
652 stars 15 forks source link

remotedev-debugger: command not found #5

Open Etregoning opened 6 years ago

Etregoning commented 6 years ago

Hi, I am trying to use the boilerplate code I received from the website, but when I try to install the dependencies with either yarn or npm, it errors out and says remotedev-debugger: command not found

With yarn, it also gives warnings about 2 unmet peer dependencies, react-native-vector-icons from native-base and prettier from eslint-plugin-prettier

With npm, it warns that tar.gz module has been deprecated and your application is vulnerable, please use tar module instead

Now, I suppose I can just add the missing peer deps and remotedev to the dependencies list before running yarn, but I figured I would open an issue here and let you guys know that it's not working out of the box right now, at least not for me.

Edit: I tried adding remotedev to the dev dependencies, and it's still erroring out saying remotedev-debugger: command not found -- I searched around google looking for remotedev-debugger package, but I couldn't find any packages by that name. Any idea what to do at this point?

ValentinHolgado commented 6 years ago

Having the same issue here. Ended up removing the postinstall script line "postinstall": "remotedev-debugger", from package.json.

Etregoning commented 6 years ago

Yea, I was considering doing that as well, it just seemed like a pretty hacky solution. Also, after doing some research, it didn't seem to be a very common issue, so I figured maybe I was doing something wrong... Maybe one of the collaborators can comment on this? :)

shivrajkumar commented 6 years ago

@Etregoning @ValentinHolgado Please mention the details of the boilerplate.

michaelbushe commented 6 years ago

I'm getting this on flow-mobx-state-tree/cnra. I did not get this error using ts-mobx-state-tree/cnra

nekogaki commented 6 years ago

Execute the following command in your project folder to solve the issue npm install --save-dev remotedev-rn-debugger