salomonelli / best-resume-ever

:necktie: :briefcase: Build fast :rocket: and easy multiple beautiful resumes and create your best CV ever! Made with Vue and LESS.

Home Page:https://salomonelli.github.io/best-resume-ever

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install not working as described

Riezebos opened this issue · comments

Case

Bug

Issue

When I run npm install, I get an error "Missing module node-bin-setup". When I first run npm install node-bin-setup after cloning the repo this problem goes away. Is node-bin-setup a module that I should have installed manually and globally?

Info

  • Operating System: Ubuntu 18.04
  • Node-Version: 8.10

Reproduce

Clone repository
Run npm install

I resolved this issue by installing the dependency manully:

npm i -D node-bin-setup

then run npm install,everything goes well.
Hope this can help u~