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

Help #25

Closed
daimein2007 opened this issue Jul 15, 2019 · 3 comments
Closed

Help #25

daimein2007 opened this issue Jul 15, 2019 · 3 comments

Comments

@daimein2007
Copy link

pi@octopi:~/OctoprintDash $ npm install
-bash: npm: command not found

not sure what I'm doing wrong following instructions to a tee.

Building the App
Clone the repository - git clone https://github.com/TimonGaebelein/OctoprintDash && cd OctoprintDash
Install all the dependencies - npm install
Adjust src/assets/config.json accordingly to your installation
Build the app - ng build --prod

@daimein2007
Copy link
Author

Don't use Linux much but love this plugin /software just trying to get it installed I have the HTTP:// config done the install and the build does nothing sudo or no sudo, Not sure what im ither not doing or doing wrong. Using putty as admin in Octoprint.

@UnchartedBull
Copy link
Owner

Hi, sorry I've just seen this issue. I wouldn't recommend going with the WebServer route, but rather use the electron app.

The issue in your case is, that you don't have node installed (which includes npm). So you need to install node first (either via https://github.com/nvm-sh/nvm or via the download from the node website). If you just want to run the app use the Electron App, if you already have a desktop installed it's a piece of cake ;)

@UnchartedBull
Copy link
Owner

UnchartedBull commented Jul 19, 2019

I'm going to close this now. If there are any issues with the Electron App let me know, either here or open a new issue :). It is definitely not recommended to use the webserver, though, as a later version might drop support for it.

I'll adjust the README in the next Pull Request to make this clearer. Thanks for pointing 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