Replies: 1 comment
-
Hey @Johannes5 To clarify, you don't have a fork but a clone. So your repository is disconnected from this one, and you won't get updates... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've forked https://github.com/gilbarbara/react-spotify-web-playback.git
by creating a cloned Project in Webstorm and then publishing
these are the upstream repos listed:
github https://github.com/Johannes5/react-spotify-web-playback.git (fetch)
github https://github.com/Johannes5/react-spotify-web-playback.git (push)
origin https://github.com/gilbarbara/react-spotify-web-playback.git (fetch)
origin https://github.com/gilbarbara/react-spotify-web-playback.git (push)
The first commit I attempted to make resulted in this message:
✔ Repo is up-to-date!
.husky/pre-commit: line 4: lint-staged: command not found
husky - pre-commit hook exited with code 127 (error)
husky - command not found in PATH=/usr/local/Cellar/git/2.30.1/libexec/gi...
I was hoping you might know how to solve this.
I tried running the "prepare" script. I'm not used to husky or lint-staged.
Thanks in advance.
PS: the reason I forked it was so I have more freedom to style the the player, eg by changing stuff inside of Player.tsx
Beta Was this translation helpful? Give feedback.
All reactions