Giter Club home page Giter Club logo

Comments (5)

luosijie avatar luosijie commented on August 11, 2024

Did you took the right steps

git clone "https://github.com/luosijie/vue-resume"
cd vue-resume/
npm install
npm run dev

It's working on my computer

from vue-resume.

gamebusterz avatar gamebusterz commented on August 11, 2024

Yes, I forked the repo and then repeated the same steps. npm install completed without any errors.
Nodejs version: v6.11.2
npm version: npm: '3.10.10'

from vue-resume.

luosijie avatar luosijie commented on August 11, 2024

Try turning off all Node.js process in the task manager
before

npm run dev

from vue-resume.

riyaz-ali avatar riyaz-ali commented on August 11, 2024

EADDRINUSE in use suggests that the port 8080 is already in use. If you are on a linux system use netstat -tlp | grep 8080 to get the PID of the program and then send kill signal kill 9 <PID>

from vue-resume.

gamebusterz avatar gamebusterz commented on August 11, 2024

@riyaz-ali Thanks, that works.

from vue-resume.

Related Issues (8)

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.