Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error using the make command #2

Open
kellertuer opened this issue Nov 9, 2019 · 2 comments
Open

Error using the make command #2

kellertuer opened this issue Nov 9, 2019 · 2 comments
Assignees

Comments

@kellertuer
Copy link

When trying to do do the make install I get

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?
@jaeh
Copy link
Member

jaeh commented Nov 19, 2019

sorry about the late answer, just saw this issue.

this absolutely is my fault, i will try to get this fixed in the next 2-3 days.

@jaeh jaeh self-assigned this Nov 19, 2019
@jaeh
Copy link
Member

jaeh commented Nov 19, 2019

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 dist

cd dist && python -m SimpleHTTPServer

# client is now served at localhost:8000, open in browser
xdg-open localhost:8000

hope that works out :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants