Open Etregoning opened 7 years ago
Having the same issue here. Ended up removing the postinstall script line "postinstall": "remotedev-debugger",
from package.json
.
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? :)
@Etregoning @ValentinHolgado Please mention the details of the boilerplate.
I'm getting this on flow-mobx-state-tree/cnra. I did not get this error using ts-mobx-state-tree/cnra
Execute the following command in your project folder to solve the issue npm install --save-dev remotedev-rn-debugger
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 andprettier
fromeslint-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?