Git Product home page Git Product logo

Comments (4)

GGCarry avatar GGCarry commented on May 30, 2024

怎么解决的,我也跑不起来

from vue-sui-demo.

joe223 avatar joe223 commented on May 30, 2024

@GGCarry 看下控制台的具体报错。话说现在要看2.0啊,紧跟版本23333

from vue-sui-demo.

GGCarry avatar GGCarry commented on May 30, 2024

C:\Users\Administrator\Desktop\vue-sui-demo-master>npm run dev

[email protected] dev C:\Users\Administrator\Desktop\vue-sui-demo-master
node build/dev-server.js

events.js:160
throw er; // Unhandled 'error' event
^

Error: listen EADDRINUSE :::8080
at Object.exports._errnoException (util.js:1022:11)
at exports._exceptionWithHostPort (util.js:1045:20)
at Server._listen2 (net.js:1259:14)
at listen (net.js:1295:10)
at Server.listen (net.js:1391:5)
at EventEmitter.listen (C:\Users\Administrator\Desktop\vue-sui-demo-master\node_modules\express\lib\application.js:617:24)
at Object. (C:\Users\Administrator\Desktop\vue-sui-demo-master\build\dev-server.js:57:22)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:509:3

npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Users\Administrator\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js" "run" "dev"
npm ERR! node v6.9.5
npm ERR! npm v4.1.2
npm ERR! code ELIFECYCLE
npm ERR! [email protected] dev: node build/dev-server.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] dev script 'node build/dev-server.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the vue-sui-demo package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node build/dev-server.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs vue-sui-demo
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls vue-sui-demo
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\Administrator\Desktop\vue-sui-demo-master\npm-debug.log

报这样的错,不知道怎么搞,我的就是2.0的,大神帮我解决下

from vue-sui-demo.

joe223 avatar joe223 commented on May 30, 2024

@GGCarry 应该是8080端口被占用,试试改下vue-sui-demo/config/index.js中的

dev: {
    env: require('./dev.env'),
    port: 8080,    // 改成其他的,eg:8081
    proxyTable: {}
  }

from vue-sui-demo.

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.