安装nodejs1。下载安装包并解压cd/home/lycmkdirjava&&mkdirsoftware&&cdsoftwarewgethttps://nodejs.org/dist/v7.10.0/node-v7.10.0-linux-x64.tar.gztar-xvzfnode-v7.10.0-linux-x64.tar.gz-C../java/2.添加节点软链接sudoln-s/home/lyc/java/node-v7.10.0-linux-x64/bin/node/usr/bin/nodesudoln-s/home/lyc/java/node-v7.10.0-linux-x64/bin/npm/usr/bin/npm3.设置为淘宝镜像源npmconfigsetregistryhttp://registry.npm.taobao.org/或者使用nrm来管理镜像4.安装nrm管理sudonpminstall-gnrm注意:nrm命令可能无法识别,原因是没有添加路径,在末尾添加代码/etc/profile文件,然后source/etc/profileexportPATH=/home/Java/node-v7.10.0-linux-x64/bin:$PATH5。查看npm全局配置npmroot-g#或者使用npmconfiglist6.nrm添加淘宝镜像nrmaddtaobaohttp://registry.npm.taobao.org/7。查看npm镜像nrmlist8。nrm切换到淘宝镜像nrm使用taobao9。设置国内难下载的包,使用淘宝的源码npmconfigsetelectron_mirrorhttps://npm.taobao.org/mirrors/electron/npmconfigsetsass_binary_sitehttps://npm.taobao.org/mirrors/node-sass/npmconfigsetphantomjs_cdnurlhttps://npm.taobao.org/mirrors/phantomjs/npmconfigsetchromedriver_cdnurlhttps://npm.taobao.org/mirrors/chromedriver/npm安装nodecanvasubuntu需要安装组件sudoapt-getinstalllibcairo2-devlibjpeg8-devlibpango1.0-devlibgif-devbuild-essentialg++npminstall问题在macOS上运行sudonpminstall--globalphantomjs-prebuilt时同样失败(本地安装有效)。它安装在pageres-cli的全局上下文中。这看起来很可疑:Copyingextractedfolder/tmp/phantomjs/phantomjs-2.1.1-macosx.zip-extract-1535580170447/phantomjs-2.1.1-macosx->/usr/local/lib/node_modules/phantomjs-prebuilt/lib/phantomchmod失败:phantomjs未成功复制到/usr/local/lib/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjsPre-creating/usr/local/lib/node_modules/phantomjs-prebuilt/lib/phantom没有帮助,安装程序将其删除然后在找不到时仍然失败。根据此答案通过添加--unsafe-perm使其工作。听起来不是一个好的解决方案ough.npminstall-gphantomjs-prebuilt@2.1.16--unsafe-permotherSonatypeNexus搭建maven本地仓库下载nexuswgethttps://sonatype-download.global.ssl.fastly.net/nexus/3/nexus-3.5.1-02-unix.tar.gz的具体内容可以看:https://www.sonatype.com/download-oss-sonatype命令行安装下载jdkwget--no-check-certificate--no-cookies--header"Cookie:oraclelicense=accept-securebackup-cookie"https://download.oracle.com/otn-pub/java/jdk/8u191-b12/2787e4a523244c269598db4e85c51e0c/jdk-8u191-linux-x64.tar。gz?AuthParam=1544765340_f34fcde80264b105a676adc83d3cb91e
