ERPNext Easy Way Script not working

Dear ERPNext admin,

I found out that the script on the webiste for the easy way ERPNext installation give me an error when I try to put the code on my terminal.

it gives me this error message

Adding debian mariadb repo
Installing packages for debian. This might take time…
sudo: unable to resolve host (none)
Reading package lists…
Building dependency tree…
Reading state information…
E: Unable to locate package nodejs
E: Unable to locate package npm

any solution for this?

We’ve updated the script, can you try again?

try it again today but seems still not working yet

root@debian:/home/mbti# wget https://raw.githubusercontent.com/frappe/bench/master/install_scripts/setup_frappe.sh
–2015-08-27 06:45:47-- https://raw.githubusercontent.com/frappe/bench/master/install_scripts/setup_frappe.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)… 103.245.222.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|103.245.222.133|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 12998 (13K) [text/plain]
Saving to: `setup_frappe.sh.1’

100%[======================================>] 12,998 --.-K/s in 0.001s

2015-08-27 06:45:50 (11.9 MB/s) - `setup_frappe.sh.1’ saved [12998/12998]

root@debian:/home/mbti# sudo bash setup_frappe.sh --setup-production
Installing for debian 7 amd64
In case you encounter an error, you can post on https://discuss.frappe.io

Adding debian mariadb repo
Installing packages for debian. This might take time…
Reading package lists…
Building dependency tree…
Reading state information…
E: Unable to locate package nodejs
E: Unable to locate package npm

Since they updated the script you will need to delete the old ‘setup_frappe.sh’ and re-download as the new install script is saved as ‘setup-frappe.sh.1’ It will not execute the new download as it has a .1 at the end.

Once you re-download you should be able to execute ‘sudo bash setup_frappe.sh --setup-production’ :grinning:

did fresh install on my debian 7 but still give me error

root@debian:/home/mbti# cd
root@debian:~# wget https://raw.githubusercontent.com/frappe/bench/master/install_scripts/setup_frappe.sh
–2015-08-27 14:03:12-- https://raw.githubusercontent.com/frappe/bench/master/install_scripts/setup_frappe.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)… 103.245.222.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|103.245.222.133|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 12998 (13K) [text/plain]
Saving to: `setup_frappe.sh’

100%[======================================>] 12,998 --.-K/s in 0s

2015-08-27 14:03:25 (109 MB/s) - `setup_frappe.sh’ saved [12998/12998]

root@debian:~# sudo bash setup_frappe.sh --setup-production
Installing for debian 7 amd64
In case you encounter an error, you can post on https://discuss.frappe.io

Adding debian mariadb repo
Installing packages for debian. This might take time…
Reading package lists…
Building dependency tree…
Reading state information…
E: Unable to locate package nodejs
E: Unable to locate package npm

Bump for the solution please.