gitbook安装-问题记录

yxl@ubuntu:~/homwork$ npm install gitbook-cli -g

npm ERR! code ETIMEDOUT

npm ERR! errno ETIMEDOUT

npm ERR! network request to https://registry.npmjs.org/npm failed, reason: connect ETIMEDOUT 104.16.27.35:443

npm ERR! network This is a problem related to network connectivity.

npm ERR! network In most cases you are behind a proxy or have bad network settings.

npm ERR! network

npm ERR! network If you are behind a proxy, please make sure that the

npm ERR! network 'proxy' config is set properly.  See: 'npm help config'

 

npm ERR! A complete log of this run can be found in:

npm ERR!     /home/yxl/.npm/_logs/2020-03-05T02_32_43_251Z-debug.log

yxl@ubuntu:~/homwork$ ping www.baidu.com

PING www.a.shifen.com (61.135.169.125) 56(84) bytes of data.

64 bytes from 61.135.169.125 (61.135.169.125): icmp_seq=1 ttl=55 time=2.89 ms

64 bytes from 61.135.169.125 (61.135.169.125): icmp_seq=2 ttl=55 time=3.75 ms

^C

--- www.a.shifen.com ping statistics ---

2 packets transmitted, 2 received, 0% packet loss, time 1001ms

rtt min/avg/max/mdev = 2.899/3.325/3.751/0.426 ms

yxl@ubuntu:~/homwork$ npm cache clean –force

npm WARN using --force I sure hope you know what you are doing.

 

 

   ╭────────────────────────────────────────────────────────────────╮

   │                                                                │

   │      New minor version of npm available! 6.13.4 → 6.14.2       │

   │   Changelog: https://github.com/npm/cli/releases/tag/v6.14.2   │

   │               Run npm install -g npm to update!                │

   │                                                                │

   ╰────────────────────────────────────────────────────────────────╯

 

yxl@ubuntu:~/homwork$ npm config set proxy null

yxl@ubuntu:~$ npm config set registry http://registry.cnpmjs.org/

yxl@ubuntu:~$ npm install gitbook-cli -g

npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules

npm ERR! code EACCES

npm ERR! syscall access

npm ERR! path /usr/local/lib/node_modules

npm ERR! errno -13

npm ERR! Error: EACCES: permission denied, access '/usr/local/lib/node_modules'

npm ERR!  [Error: EACCES: permission denied, access '/usr/local/lib/node_modules'] {

npm ERR!   stack: "Error: EACCES: permission denied, access '/usr/local/lib/node_modules'",

npm ERR!   errno: -13,

npm ERR!   code: 'EACCES',

npm ERR!   syscall: 'access',

npm ERR!   path: '/usr/local/lib/node_modules'

npm ERR! }

npm ERR!

npm ERR! The operation was rejected by your operating system.

npm ERR! It is likely you do not have the permissions to access this file as the current user

npm ERR!

npm ERR! If you believe this might be a permissions issue, please double-check the

npm ERR! permissions of the file and its containing directories, or try running

npm ERR! the command again as root/Administrator.

 

npm ERR! A complete log of this run can be found in:

npm ERR!     /home/yxl/.npm/_logs/2020-03-05T03_48_42_815Z-debug.log

yxl@ubuntu:~$ sudo npm install gitbook-cli -g

[sudo] password for yxl:

/usr/local/bin/gitbook -> /usr/local/lib/node_modules/gitbook-cli/bin/gitbook.js

+ [email protected]

added 578 packages from 672 contributors in 16.706s

你可能感兴趣的:(gitbook安装-问题记录)