美文网首页
npm install

npm install

作者: 不知不怪 | 来源:发表于2020-09-26 02:22 被阅读0次
npm install --global --production windows-build-tools  --registry=https://registry.npm.taobao.org
npm install --registry=https://registry.npm.taobao.org
npm install --global node-gyp --registry=https://registry.npm.taobao.org
<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
    <localRepository>D:/repository</localRepository>
    <mirrors>
        <mirror>
            <id>aliyunmaven</id>
            <mirrorOf>central</mirrorOf>
            <name>aliyun maven</name>
            <url>https://maven.aliyun.com/repository/public </url>
        </mirror>
    </mirrors>
</settings>

相关文章

网友评论

      本文标题:npm install

      本文链接:https://www.haomeiwen.com/subject/rgoquktx.html