* Socket connection established *
* SSH connection failed: All configured authentication methods failed *
* Connection closed *
* Socket connection established *
Last failed login: Wed Jun 12 17:57:14 CST 2019 from 1.186.45.250 on ssh:notty
There were 4636 failed login attempts since the last successful login.
Last login: Tue May 21 12:03:02 2019 from 49.66.109.112
[root@VM_0_7_centos ~]# git clone
https://github.com/launchaco/logo_builder.gitCloning into 'logo_builder'...
remote: Enumerating objects: 372, done.
remote: Total 372 (delta 0), reused 0 (delta 0), pack-reused 372
Receiving objects: 100% (372/372), 20.83 MiB | 271.00 KiB/s, done.
Resolving deltas: 100% (11/11), done.
[root@VM_0_7_centos ~]# cd logo_builder
[root@VM_0_7_centos logo_builder]# npm install
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN
[email protected] scripts['server'] should probably be scripts['start'].
added 56 packages from 41 contributors and audited 132 packages in 8.898s
found 0 vulnerabilities
[root@VM_0_7_centos logo_builder]# npm run server
>
[email protected] server /root/logo_builder
> echo 'Running on http://localhost:1234/' && node index.js
Running on http://localhost:1234/
帮我看一下哪里有问题。谢谢。