Giter Site home page Giter Site logo

安装依赖报错 about thief HOT 1 OPEN

13058004410 avatar 13058004410 commented on June 14, 2024
安装依赖报错

from thief.

Comments (1)

indomitableXiaoNan avatar indomitableXiaoNan commented on June 14, 2024

将nodejs版本降到10.24
将webpage.json里面所有依赖指定版本,并且
修改下面几个依赖的版本号(国内镜像有的版本已经没有了)
"electron": "8.5.5"
"vue": "2.5.17"
"vue-template-compiler": "2.5.17"
执行 npm install
在项目根目录下创建.npmrc文件添加
ELECTRON_MIRROR=https://registry.npmmirror.com/-/binary/electron/
ELECTRON_BUILDER_BINARIES_MIRROR=https://registry.npmmirror.com/-/binary/electron-builder-binaries/
执行npm run build
如果往后目前的版本也没了,就要改依赖源挂梯子下载,或者更改别的版本号,但是过高的版本会导致显示错误,可能要改代码

from thief.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.