You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm ERR! Error while executing:
npm ERR! /usr/local/bin/git ls-remote -h -t ssh://[email protected]/jaeh/react-color.git
npm ERR!
npm ERR! ERROR: Repository not found.
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR!
npm ERR! exited with error code: 128
```
was the repository moved or deleted?
The text was updated successfully, but these errors were encountered:
i had a look at this and just pushed a temporary workaround,
i updated the readme to reflect the changes and will see if i can get a full dependency update done in the next week or two, most likely using create-react-app to make sure we can maintain this in the future with minimal update issues.
this is what the readme says now and what "works on my machine":tm: with node 13.1.0.
it should work on all older versions too, might even print less deprecation warnings.
git clone [email protected]:magicshifter/ms3000-webinterface
cd ms3000-webinterface
make install
# the development environment is currently broken.# to get the app to run,
make build # this builds to distcd dist && python -m SimpleHTTPServer
# client is now served at localhost:8000, open in browser
xdg-open localhost:8000
When trying to do do the
make install
I getThe text was updated successfully, but these errors were encountered: