-
Notifications
You must be signed in to change notification settings - Fork 21
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
Cant get this to install and run on Ubuntu 18.04 LTS - npm install fails #7
Comments
Stupid question. Do you have git installed? That was my issue. |
I dont believe so:
|
Looking at the current package file:
this appears to be the culprit. I'm going to try replacing it with: |
Ok the above URL didnt change the outcome:
|
Ok, to rule out my Ubuntu server as the issue, I've run this on my Synology NAS and got the exact same issues. I used both the options described above with the same result: github:Apollon77/alexa-cookie
|
I copied the alexa-cookie folder into my AlexaCookie Node JS folder and change the line:
to "alexa-cookie2": "/volume/alexa/AlexaCookie/alexa-cookie", and it finally worked on node.js v12 on my NAS. i also had to add the following line to AlexaCookie.js to support Australia:
|
@dJOS1475 I was going down a very similar path, but your local alexa-cookie path saved me! Thank you!! |
I've tried multiple versions of node.js (10, 12, 14) and all of them throw the following errors when you run "npm install":
As a result, it never works (no web ui on specified ports) even tho the next few steps appear to complete successfully. Im running my install as root (sudo -i).
The text was updated successfully, but these errors were encountered: