Giter VIP home page Giter VIP logo

best-resume-ever's Introduction


Markdownify
best-resume-ever

Travis badge

👔 💼 Build fast 🚀 and easy multiple beautiful resumes and create your best CV ever!

Made with Vue and LESS.



Cool

Creative

Green

Purple

Side Bar

Left Right

Material Dark

Oblique



Prerequisite

  1. It is required to have Node.js with version 8.5.0 or higher. To see what version of Node.js is installed on your machine type the following command in the terminal:
node -v
  1. If you do not have installed Node.js in your machine then go to this link in order to install node.

How to use

  1. Clone this repository.
git clone https://github.com/salomonelli/best-resume-ever.git
  1. Go to the cloned directory (e.g. cd best-resume-ever).

  2. Run npm install. This may take a few seconds.

  3. Customize your resume in the resume/ directory: edit your data data.yml and replace the default profile-picture id.jpg with your picture. Rename your picture as id.jpg and copy it in the resume/ directory. During this step, you may find it easier to navigate with Finder or File Explorer to get to the files. This will allow you to edit files with your computers default text editor.

  4. Preview resumes with npm run dev. The command will start a server instance and listen on port 8080. Open (http://localhost:8080/home) in your browser. The page will show some resume previews. To see the preview of your resume, with your picture and data, click on one layout that you like and the resume will be opened in the same window.

Resume previews

  1. Export your resume as pdf by running the command npm run export. In order to avoid errors due to the concurrency of two npm run commands, stop the execution of the previus npm run dev and then type the export command.

All resumes will be exported to the pdf/ folder.


Creating and Updating Templates

Please read the developer docs on how to create or update templates.


Contribute

Feel free to add your own templates, language supports, fix bugs or improve the docs. Any kind of help is appreciated! If you make any kind of changes to an existing template, please commit them as new templates.


Sponsored by

Sponsored by RxDB - NodeJs Database

The NodeJs Database

Credits

This project uses several open source packages:



sarasteiert.com  ·  GitHub @salomonelli  ·  Twitter @salomonelli

License

MIT

best-resume-ever's People

Contributors

andresz1 avatar bvanderdrift avatar carmelag avatar dependabot[bot] avatar gabrielcoelho avatar giancarlopro avatar greenkeeper[bot] avatar hatai avatar hiteshsai avatar ilyaosotov avatar j8r avatar jk195417 avatar jvmonjo avatar kivs avatar kmthorsnes avatar lielfr avatar luisdanielroviracontreras avatar margaretrw avatar mattcheah avatar maxpou avatar mbndr avatar mornir avatar orenschwartz avatar pubkey avatar salomonelli avatar swatijadhav avatar tibuurcio avatar yoavmmn avatar yuansheng1989 avatar z35hly48k avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

best-resume-ever's Issues

npm run dev 'relative module was not found'

Case

Help Question

Issue

I got one error while executing dev: "* ./src/main.js in multi ./build/dev-client ./src/main.js"

Info

  • Operating System: OSX
  • Node-Version: 8.5.0
  • npm-Version: 5.4.2

Reproduce

After installing all dependencies -> npm run dev gave this error.
screen shot 2017-09-23 at 3 29 26 pm

npm run export | Unhandled 'error' event

==> npm run export

[email protected] export /Users/coder/repos/salomonelli/best-resume-ever
concurrently "npm run dev" "npm run pdf" --success first --kill-others --raw

[email protected] dev /Users/coder/repos/salomonelli/best-resume-ever
node build/dev-server.js

[email protected] pdf /Users/coder/repos/salomonelli/best-resume-ever
node node/app.js

Starting dev server...
events.js:163
throw er; // Unhandled 'error' event
^

Error: listen EADDRINUSE :::8080
at Object.exports._errnoException (util.js:1033:11)
at exports._exceptionWithHostPort (util.js:1056:20)
at Server._listen2 (net.js:1276:14)
at listen (net.js:1312:10)
at Server.listen (net.js:1403:7)
at Function.listen (/Users/coder/repos/salomonelli/best-resume-ever/node_modules/express/lib/application.js:618:24)
at Object. (/Users/coder/repos/salomonelli/best-resume-ever/build/dev-server.js:89:18)
at Module._compile (module.js:571:32)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
at Function.Module._load (module.js:439:3)
at Module.runMain (module.js:605:10)
at run (bootstrap_node.js:425:7)
at startup (bootstrap_node.js:146:9)
at bootstrap_node.js:540:3

npm ERR! Darwin 16.6.0
npm ERR! argv "/Users/coder/.nvm/versions/node/v7.7.2/bin/node" "/Users/coder/.nvm/versions/node/v7.7.2/bin/npm" "run" "dev"
npm ERR! node v7.7.2
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 best-resume-ever 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 best-resume-ever
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls best-resume-ever
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /Users/coder/repos/salomonelli/best-resume-ever/npm-debug.log

npm ERR! Darwin 16.6.0
npm ERR! argv "/Users/coder/.nvm/versions/node/v7.7.2/bin/node" "/Users/coder/.nvm/versions/node/v7.7.2/bin/npm" "run" "export"
npm ERR! node v7.7.2
npm ERR! npm v4.1.2
npm ERR! code ELIFECYCLE
npm ERR! [email protected] export: concurrently "npm run dev" "npm run pdf" --success first --kill-others --raw
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] export script 'concurrently "npm run dev" "npm run pdf" --success first --kill-others --raw'.
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 best-resume-ever package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! concurrently "npm run dev" "npm run pdf" --success first --kill-others --raw
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs best-resume-ever
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls best-resume-ever
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /Users/coder/repos/salomonelli/best-resume-ever/npm-debug.log

`npm run export` does not work

I followed the instructions in the README.md. When I tried executing $ npm run export, it fails

jhn-work% npm run export

> [email protected] export /Users/jhnferraris/Projects/Sides/best-resume-ever
> concurrently "npm run dev" "npm run pdf" --success first --kill-others --raw


> [email protected] dev /Users/jhnferraris/Projects/Sides/best-resume-ever
> node build/dev-server.js


> [email protected] pdf /Users/jhnferraris/Projects/Sides/best-resume-ever
> node node/app.js

/Users/jhnferraris/Projects/Sides/best-resume-ever/node/app.js:22
    .mergeMap(async() => {
                   ^
SyntaxError: Unexpected token (
    at Object.exports.runInThisContext (vm.js:78:16)
    at Module._compile (module.js:543:28)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)
    at Module.runMain (module.js:605:10)
    at run (bootstrap_node.js:420:7)
    at startup (bootstrap_node.js:139:9)
    at bootstrap_node.js:535:3

npm ERR! Darwin 16.7.0
npm ERR! argv "/usr/local/Cellar/node/7.4.0/bin/node" "/usr/local/bin/npm" "run" "pdf"
npm ERR! node v7.4.0
npm ERR! npm  v4.0.5
npm ERR! code ELIFECYCLE
npm ERR! [email protected] pdf: `node node/app.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] pdf script 'node node/app.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 best-resume-ever package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node node/app.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs best-resume-ever
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls best-resume-ever
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/jhnferraris/Projects/Sides/best-resume-ever/npm-debug.log

npm ERR! Darwin 16.7.0
npm ERR! argv "/usr/local/Cellar/node/7.4.0/bin/node" "/usr/local/bin/npm" "run" "export"
npm ERR! node v7.4.0
npm ERR! npm  v4.0.5
npm ERR! code ELIFECYCLE
npm ERR! [email protected] export: `concurrently "npm run dev" "npm run pdf" --success first --kill-others --raw`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] export script 'concurrently "npm run dev" "npm run pdf" --success first --kill-others --raw'.
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 best-resume-ever package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     concurrently "npm run dev" "npm run pdf" --success first --kill-others --raw
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs best-resume-ever
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls best-resume-ever
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/jhnferraris/Projects/Sides/best-resume-ever/npm-debug.log

Steps:

  1. Run npm install.
  2. Edit your personal data in src/person.js.
  3. Preview resumes with npm run dev.
  4. Export with npm run export.

error typo in description

Hello,
I think there is an error in the project description.
It's written:
👔 💼 Build fast 🚀 and easy multpile beautiful resumes and create your best CV ever! Made with Vue and LESS.
You wrote multpile instead of multiple.

Images not loading

Case

  • BUG

Issue

Since commit 42331d5 the images are not displayed in my browser. When I get a version before that commit, everything works fine.

Info

  • Operating System: LINUX
  • Node-Version: 8.5.0

Reproduce

npm run dev

Make compatible with JSON Resume

Guys I just know about this project, and it's awesome! :)

Right now I know about JSON Resume, it's a compatible format of resumes.
Could this project someday be compatible with that?

Installation problem

Case

  • HELP QUESTION

Issue

Trouble installing best-resume-ever

Info

  • Operating System: OSX
  • Node-Version: v8.5.0

Reproduce

Is there a more detailed explanation on how to install? I could clone the repo perfectly fine but when I go to run npm install I get a bunch of warnings, not sure if this is normal.

Kyles-MacBook-Pro:Resume kyleweise$ git clone https://github.com/salomonelli/best-resume-ever
Cloning into 'best-resume-ever'...
remote: Counting objects: 2559, done.
remote: Compressing objects: 100% (30/30), done.
remote: Total 2559 (delta 21), reused 22 (delta 9), pack-reused 2520
Receiving objects: 100% (2559/2559), 23.91 MiB | 7.62 MiB/s, done.
Resolving deltas: 100% (1351/1351), done.
Kyles-MacBook-Pro:Resume kyleweise$ npm install
npm WARN saveError ENOENT: no such file or directory, open '/Users/kyleweise/Desktop/Resume/package.json'
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN enoent ENOENT: no such file or directory, open '/Users/kyleweise/Desktop/Resume/package.json'
npm WARN Resume No description
npm WARN Resume No repository field.
npm WARN Resume No README data
npm WARN Resume No license field.
up to date in 0.417s

Assuming it was normal, i went ahead and changed the person.js file accordingly, and tried to run npm run dev and I get these errors.

Kyles-MacBook-Pro:Resume kyleweise$ npm run dev
npm ERR! path /Users/kyleweise/Desktop/Resume/package.json
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall open
npm ERR! enoent ENOENT: no such file or directory, open '/Users/kyleweise/Desktop/Resume/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/kyleweise/.npm/_logs/2017-09-21T18_17_07_266Z-debug.log

I'm pretty new to node and npm, so any help with this would be appreciated!

PDF files in repository

Case

  • HELP QUESTION

Issue

Is it necessary to have the default exported pdf files in the repository or can they be gitignored?

Does not run in Windows

Case

Bug

Issue

Unable to run in Windows 7

Info

  • Operating System: Windows 7
  • Node-Version: 6.11.3
  • NPM Version: 3.10.10

Log file output:

0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli   'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli   'run',
1 verbose cli   'dev' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'predev', 'dev', 'postdev' ]
5 info lifecycle [email protected]~predev: [email protected]
6 silly lifecycle [email protected]~predev: no script for predev, continuing
7 info lifecycle [email protected]~dev: [email protected]
8 verbose lifecycle [email protected]~dev: unsafe-perm in lifecycle true
9 verbose lifecycle [email protected]~dev: PATH: C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin;C:\Users\ma331192\src\best-resume-ever\node_modules\.bin;%SystemRoot%\system32\WindowsPowerShell\v1.0\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files (x86)\Sennheiser\SoftphoneSDK\;%USERPROFILE%\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\TortoiseGit\bin;C:\Program Files (x86)\PuTTY\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;C:\Java\bin;C:\apache-maven-3.3.9\bin;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\;C:\Program Files\nodejs\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Sennheiser\SoftphoneSDK\;C:\Users\ma331192\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Users\ma331192\AppData\Local\Programs\Git\cmd;C:\Users\ma331192\AppData\Local\atom\bin
10 verbose lifecycle [email protected]~dev: CWD: C:\Users\ma331192\src\best-resume-ever
11 silly lifecycle [email protected]~dev: Args: [ '/d /s /c', 'node build/dev-server.js' ]
12 silly lifecycle [email protected]~dev: Returned: code: 1  signal: null
13 info lifecycle [email protected]~dev: Failed to exec dev script
14 verbose stack Error: [email protected] dev: `node build/dev-server.js`
14 verbose stack Exit status 1
14 verbose stack     at EventEmitter.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:255:16)
14 verbose stack     at emitTwo (events.js:106:13)
14 verbose stack     at EventEmitter.emit (events.js:191:7)
14 verbose stack     at ChildProcess.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:40:14)
14 verbose stack     at emitTwo (events.js:106:13)
14 verbose stack     at ChildProcess.emit (events.js:191:7)
14 verbose stack     at maybeClose (internal/child_process.js:920:16)
14 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:230:5)
15 verbose pkgid [email protected]
16 verbose cwd C:\Users\ma331192\src\best-resume-ever
17 error Windows_NT 6.1.7601
18 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "dev"
19 error node v6.11.3
20 error npm  v3.10.10
21 error code ELIFECYCLE
22 error [email protected] dev: `node build/dev-server.js`
22 error Exit status 1
23 error Failed at the [email protected] dev script 'node build/dev-server.js'.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the best-resume-ever package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error     node build/dev-server.js
23 error You can get information on how to open an issue for this project with:
23 error     npm bugs best-resume-ever
23 error Or if that isn't available, you can get their info via:
23 error     npm owner ls best-resume-ever
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]

Reproduce

npm run dev

EDIT by @pubkey : Format bash-output.

Add Portfolio Projects Section

Hi there, great project. I'd like to add a section for portfolio projects but my front end dev skills are lacking. I've done my best with material-dark and side-bar in my fork but I think material-blue in particular could use a third column. I'm not sure how to do this with flexbox. Would anyone like to help me add this section to all the themes?

Language support / customizable headings

Case

  • FEATURE REQUEST

Issue

I just created my CV with your software and I pretty like it. But I had to edit the headings like "EDUCATION" in the Vue template specific for my country.
Is there a chance to see a feature with that you can edit these headings just like the data in the person.js file and access them in the template like lang.headings.education or even to support different bulit-in languages?

Info

  • Operating System: LINUX
  • Node-Version: 8.5.0

Integration with GitHub Pages

Do you think it's a good idea to enable integration with GitHub Pages? This would allow devs to deploy their resume right from the command line using gh-pages

npm run dev | Unhandled 'error' event

==> npm run dev

[email protected] dev /Users/coder/repos/salomonelli/best-resume-ever
node build/dev-server.js

Starting dev server...
events.js:163
throw er; // Unhandled 'error' event
^

Error: listen EADDRINUSE :::8080
at Object.exports._errnoException (util.js:1033:11)
at exports._exceptionWithHostPort (util.js:1056:20)
at Server._listen2 (net.js:1276:14)
at listen (net.js:1312:10)
at Server.listen (net.js:1403:7)
at Function.listen (/Users/coder/repos/salomonelli/best-resume-ever/node_modules/express/lib/application.js:618:24)
at Object. (/Users/coder/repos/salomonelli/best-resume-ever/build/dev-server.js:89:18)
at Module._compile (module.js:571:32)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
at Function.Module._load (module.js:439:3)
at Module.runMain (module.js:605:10)
at run (bootstrap_node.js:425:7)
at startup (bootstrap_node.js:146:9)
at bootstrap_node.js:540:3

npm ERR! Darwin 16.6.0
npm ERR! argv "/Users/coder/.nvm/versions/node/v7.7.2/bin/node" "/Users/coder/.nvm/versions/node/v7.7.2/bin/npm" "run" "dev"
npm ERR! node v7.7.2
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 best-resume-ever 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 best-resume-ever
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls best-resume-ever
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /Users/coder/repos/salomonelli/best-resume-ever/npm-debug.log

Github link is showed incompletely in material-blue template

Case

Bug

Issue

Github link is not showed completely in material-blue template when usernames are longer.

Info

  • Operating System: OSX
  • Node-Version: 3.10.10

Reproduce

Just run the application using some long username for github section in person.js and open material-blue template.

screen shot 2017-09-16 at 4 36 43 pm

Making angular varient

Can i make angular variant for this project's using the project styling and resources.

where is /resumes/material-blue.vue??

Case

bug when compiling

Issue

where is material-blue.vue file on project?

Info

-WINDOWS 10

  • npm version : 3.10.10
  • Node-Version : v6.11.3

Reproduce

npm install
npm run dev
> node build/dev-server.js                                                
> Starting dev server...                                                                                        
ERROR  Failed to compile with 1 error                                    
 This relative module was not found:                                       
* ../resumes/material-blue.vue in ./s> 
Listening at http://localhost:8080

if i'm looking to this file in src/resumes/ folder, i don't find it,
so with
import '../resumes/material-blue.vue';
in src/resumes/resumes.js file, i get this error when compiling, but when i comment this line, it is ok, so where is hidden this file??

Parse Markdown in person.js

I'd like to be able to customize how I list information in the resume and the best way I can think to do this is to add markdown support. Let me know if you'd like that and I can submit a PR.

Fail to export to PDF

Case

  • BUG

Issue

Fail to export to PDF

Info

  • Operating System: OSX
  • Node-Version: node -v' 7.5.0

Log

0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'run', 'export' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'preexport', 'export', 'postexport' ]
5 info lifecycle [email protected]~preexport: [email protected]
6 info lifecycle [email protected]~export: [email protected]
7 verbose lifecycle [email protected]~export: unsafe-perm in lifecycle true
8 verbose lifecycle [email protected]~export: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/nrahal/Code/best-resume-ever/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS
9 verbose lifecycle [email protected]~export: CWD: /Users/nrahal/Code/best-resume-ever
10 silly lifecycle [email protected]~export: Args: [ '-c',
10 silly lifecycle   'concurrently "npm run dev" "npm run pdf" --success first --kill-others --raw' ]
11 silly lifecycle [email protected]~export: Returned: code: 1  signal: null
12 info lifecycle [email protected]~export: Failed to exec export script
13 verbose stack Error: [email protected] export: `concurrently "npm run dev" "npm run pdf" --success first --kill-others --raw`
13 verbose stack Exit status 1
13 verbose stack     at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:280:16)
13 verbose stack     at emitTwo (events.js:106:13)
13 verbose stack     at EventEmitter.emit (events.js:192:7)
13 verbose stack     at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
13 verbose stack     at emitTwo (events.js:106:13)
13 verbose stack     at ChildProcess.emit (events.js:192:7)
13 verbose stack     at maybeClose (internal/child_process.js:890:16)
13 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
14 verbose pkgid [email protected]
15 verbose cwd /Users/nrahal/Code/best-resume-ever
16 verbose Darwin 16.7.0
17 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "export"
18 verbose node v7.5.0
19 verbose npm  v5.4.1
20 error code ELIFECYCLE
21 error errno 1
22 error [email protected] export: `concurrently "npm run dev" "npm run pdf" --success first --kill-others --raw`
22 error Exit status 1
23 error Failed at the [email protected] export script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 1, true ]

npm install

npm install不会用啊,网上也找不到教程,这个软件没有别的方式运行吗,折腾了好几天npm了,不会把你的包再本地运行啊

browser back button is broken.

Case

  • BUG

Info

  • Chorme: Version 60.0.3112.113 (Official Build) (64-bit)
  • System: Mac Os

Reproduce

  1. Visit home page
  2. Choose 'material-dark' template.
  3. Click browser back button, it not back to home page.

npm install integrity error on windows

Case

  • BUG

Issue

After running npm install I got this error.

npm ERR! code EINTEGRITY
npm ERR! sha1-ZGV4SKIP/F31g6Qq2KJ3tFErvE0= integrity checksum failed when using sha1: wanted sha1-ZGV4SKIP/F31g6Qq2KJ3tFErvE0= but got sha1-v1PmbGYl3BvJJdkffdS2FSCN7mg=. (2239 bytes)

Info

  • Operating System: Windows 10 pro
  • Node-Version: 8.5.0

Reproduce

After cloning the repo in the terminal go to the project and run: npm install

Failed to compile

Case

Issue

Failed to compile after launching:
$ npm run dev

Info

  • Operating System: <Debian 8.9>
  • Node-Version: <v7.4.0>
  • Npm-Version: <v5.5.1>

Reproduce

~/best-resume-ever$ npm run dev

[email protected] dev ~/../best-resume-ever
node build/dev-server.js

Starting dev server...

ERROR Failed to compile with 1 errors

This relative module was not found:

  • ./src/main.js in multi ./build/dev-client ./src/main.js

Listening at http://localhost:8080

Browser (Chrome v61.0.3163.100):

Cannot Get /

npm run export | Unexpected token (

I get error when npm run export after clone repo.

Specification

>node -v
V6.11.2`

>npm -v
4.6.1

How to reproduce ?

  • clone repo
  • run npm install
  • run npm run export
> $ npm run export

> [email protected] pdf D:\Development\Latihan\best-resume-ever
> node node/app.js

D:\Development\Latihan\best-resume-ever\node\app.js:22
    .mergeMap(async() => {
                    ^

SyntaxError: Unexpected token (
    at createScript (vm.js:56:10)
    at Object.runInThisContext (vm.js:97:10)
    at Module._compile (module.js:542:28)
    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:389:7)
    at startup (bootstrap_node.js:149:9)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] pdf: `node node/app.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] pdf script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\MY ASUS\AppData\Roaming\npm-cache\_logs\2017-09-11T13_09_39_150Z-debug.log

npm run export ERROR: node_modules\electron\index.js:9

Case

BUG

Issue

every time use npm run export will get this:

Listening at http://localhost:8080

Connected to server ...
Exporting ...
(node:13204) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Error: Command failed: electroshot localhost:8080/#/resume/left-right 2481x3508 --pdf-margin none --format pdf --out E:\best-resume-ever-master\pdf --filename "left-right.pdf" --pdf-background && electroshot localhost:8080/#/resume/material-blue 2481x3508 --pdf-margin none --format pdf --out E:\best-resume-ever-master\pdf --filename "material-blue.pdf" --pdf-background && electroshot localhost:8080/#/resume/material-dark 2481x3508 --pdf-margin none --format pdf --out E:\best-resume-ever-master\pdf --filename "material-dark.pdf" --pdf-background && electroshot localhost:8080/#/resume/oblique 2481x3508 --pdf-margin none --format pdf --out E:\best-resume-ever-master\pdf --filename "oblique.pdf" --pdf-background && electroshot localhost:8080/#/resume/side-bar 2481x3508 --pdf-margin none --format pdf --out E:\best-resume-ever-master\pdf --filename "side-bar.pdf" --pdf-background
E:\best-resume-ever-master\node_modules\electron\index.js:9
throw new Error('Electron failed to install correctly, please delete node_modules/electron and try installing again')
^

Error: Electron failed to install correctly, please delete node_modules/electron and try installing again
at Object. (E:\best-resume-ever-master\node_modules\electron\index.js:9:9)
at Module._compile (module.js:624:30)
at Object.Module._extensions..js (module.js:635:10)
at Module.load (module.js:545:32)
at tryModuleLoad (module.js:508:12)
at Function.Module._load (module.js:500:3)
at Module.require (module.js:568:17)
at require (internal/module.js:11:18)
at Object. (E:\best-resume-ever-master\node_modules\electroshot\bin\electroshot.js:8:16)
at Module._compile (module.js:624:30)

(node:13204) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

Process finished with exit code 0

but the npm run dev working

Info

  • Operating System: Win 10
  • Node-Version: v8.6.0

Reproduce

first step: I use npm install and edit the person.js
second step: use npm run dev (it is working)
third step: use npm run export then it shows that ERROR

package.json optimisation

Case

IS IT A: ENHANCEMENT

Issue

On npm install, I found several issues:

  • there is 2 warning

    npm WARN [email protected] No repository field.
    npm WARN [email protected] No license field.
    
  • some packages references tests but there is no tests in this project.
    Also chromedriver (for e2e tests) take a while to install.

Proposal:

  • update the package.json by adding the 2 missings fields.
  • remove unneeded devDependencies

Info

  • Operating System: OSX
  • Node-Version: 5.4.1

Reproduce

rm -rf node_modules
npm install

Material-vue not found

Hi
I've clone and install this project
I got a error when i run mpn run dev
import '../resumes/material-dark.vue'; // import '../resumes/material-blue.vue'; import '../resumes/left-right.vue'; import '../resumes/oblique.vue'; import '../resumes/side-bar.vue';
Material-blue.vue is imported on file resumes.js

But this file is not present on the repo.

If i comment this line all is okay

If it can help you

npm run export not working I had issues on npm install too

Case

I had issues on both "npm install" as well as "npm run export"

Below one is for npm install

npm ERR! Windows_NT 10.0.15063
npm ERR! argv "E:\\Software\\node.js\\node.exe" "C:\\Users\\%USER%\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! node v6.10.2
npm ERR! npm  v3.10.5
npm ERR! code ELIFECYCLE

npm ERR! [email protected] postinstall: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script 'node install.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 electron package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node install.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs electron
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls electron
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     F:\resume builder\best-resume-ever-master\npm-debug.log

Below one for "npm run export"

F:\resume builder\best-resume-ever-master\node\app.js:22
    .mergeMap(async() => {
                   ^
SyntaxError: Unexpected token (
    at createScript (vm.js:56:10)
    at Object.runInThisContext (vm.js:97:10)
    at Module._compile (module.js:542:28)
    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:393:7)
    at startup (bootstrap_node.js:150:9)

npm ERR! Windows_NT 10.0.15063
npm ERR! argv "E:\\Software\\node.js\\node.exe" "C:\\Users\\Vinay\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "run" "pdf"
npm ERR! node v6.10.2
npm ERR! npm  v3.10.5
npm ERR! code ELIFECYCLE
npm ERR! [email protected] pdf: `node node/app.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] pdf script 'node node/app.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 best-resume-ever package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node node/app.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs best-resume-ever
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls best-resume-ever
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     F:\resume builder\best-resume-ever-master\npm-debug.log

npm ERR! Windows_NT 10.0.15063
npm ERR! argv "E:\\Software\\node.js\\node.exe" "C:\\Users\\%USER%\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "run" "export"
npm ERR! node v6.10.2
npm ERR! npm  v3.10.5
npm ERR! code ELIFECYCLE
npm ERR! [email protected] export: `concurrently "npm run dev" "npm run pdf" --success first --kill-others --raw`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] export script 'concurrently "npm run dev" "npm run pdf" --success first --kill-others --raw'.
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 best-resume-ever package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     concurrently "npm run dev" "npm run pdf" --success first --kill-others --raw
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs best-resume-ever
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls best-resume-ever
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     F:\resume builder\best-resume-ever-master\npm-debug.log

Info

  • Operating System: Windows
  • Node-Version: 6.11.3

Profile images

Hey Sara,
I've given it a touch to the profile image and added two new ones. I still have the SVG files if you want to change the colors or do something similar.
profile

Error during install

Case

  • BUG

Issue

When I try to run the install, I get some error messages toward the end. I am running this on a Windows 10 64-bit machine using the latest version of Node (8.5.0) and NPM (5.4.1). Not sure how to go about fixing it. I have attached a screenshot of the errors.

npm error

Info

  • Operating System: Windows 10 64-bit
  • Node-Version: 8.5.0

Reproduce

can't export in pdf

Case

  • BUG

Issue

Can't export my resume in pdf

Info

  • Operating System: WINDOWS 10
  • npm version : 3.10.10
  • Node-Version : v6.11.3

Reproduce

when i do : npm run export, i get an error, here is my npm-debug.log file :

0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli   'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli   'run',
1 verbose cli   'export' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'preexport', 'export', 'postexport' ]
5 info lifecycle [email protected]~preexport: [email protected]
6 silly lifecycle [email protected]~preexport: no script for preexport, continuing
7 info lifecycle [email protected]~export: [email protected]
8 verbose lifecycle [email protected]~export: unsafe-perm in lifecycle true
9 verbose lifecycle [email protected]~export: PATH: C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin;C:\Users\azzed\Downloads\softs\best-resume-ever-master\best-resume-ever-master\node_modules\.bin;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\nodejs\;C:\Users\azzed\AppData\Local\Microsoft\WindowsApps;C:\Users\azzed\AppData\Roaming\npm
10 verbose lifecycle [email protected]~export: CWD: C:\Users\azzed\Downloads\softs\best-resume-ever-master\best-resume-ever-master
11 silly lifecycle [email protected]~export: Args: [ '/d /s /c',
11 silly lifecycle   'concurrently "npm run dev" "npm run pdf" --success first --kill-others --raw' ]
12 silly lifecycle [email protected]~export: Returned: code: 1  signal: null
13 info lifecycle [email protected]~export: Failed to exec export script
14 verbose stack Error: [email protected] export: `concurrently "npm run dev" "npm run pdf" --success first --kill-others --raw`
14 verbose stack Exit status 1
14 verbose stack     at EventEmitter.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:255:16)
14 verbose stack     at emitTwo (events.js:106:13)
14 verbose stack     at EventEmitter.emit (events.js:191:7)
14 verbose stack     at ChildProcess.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:40:14)
14 verbose stack     at emitTwo (events.js:106:13)
14 verbose stack     at ChildProcess.emit (events.js:191:7)
14 verbose stack     at maybeClose (internal/child_process.js:920:16)
14 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:230:5)
15 verbose pkgid [email protected]
16 verbose cwd C:\Users\azzed\Downloads\softs\best-resume-ever-master\best-resume-ever-master
17 error Windows_NT 10.0.15063
18 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "export"
19 error node v6.11.3
20 error npm  v3.10.10
21 error code ELIFECYCLE
22 error [email protected] export: `concurrently "npm run dev" "npm run pdf" --success first --kill-others --raw`
22 error Exit status 1
23 error Failed at the [email protected] export script 'concurrently "npm run dev" "npm run pdf" --success first --kill-others --raw'.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the best-resume-ever package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error     concurrently "npm run dev" "npm run pdf" --success first --kill-others --raw
23 error You can get information on how to open an issue for this project with:
23 error     npm bugs best-resume-ever
23 error Or if that isn't available, you can get their info via:
23 error     npm owner ls best-resume-ever
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]

npm install

Case

Issue

Info

  • Operating System:
  • Node-Version:

Reproduce

Hello, when I run 'npm install', 'Error: socket hang up' is reported.
Details is as below, thx for reply:

[email protected] postinstall /Users/Aaron/Desktop/best-resume-ever/node_modules/electron
node install.js

/Users/Aaron/Desktop/best-resume-ever/node_modules/electron/install.js:48
throw err
^

Error: socket hang up
at TLSSocket.onHangUp (_tls_wrap.js:1094:19)
at TLSSocket.g (events.js:291:16)
at emitNone (events.js:91:20)
at TLSSocket.emit (events.js:185:7)
at endReadableNT (_stream_readable.js:974:12)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)
[email protected] /Users/Aaron/Desktop/best-resume-ever
└── (empty)

npm WARN [email protected] No repository field.
npm WARN [email protected] No license field.
npm ERR! Darwin 16.7.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v6.9.1
npm ERR! npm v3.10.8
npm ERR! code ELIFECYCLE

npm ERR! [email protected] postinstall: node install.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script 'node install.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 electron package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node install.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs electron
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls electron
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /Users/Aaron/Desktop/best-resume-ever/npm-debug.log
npm ERR! code 1

ERROR WHEN RUNNING NPM RUN EXPORT

Case

  • Bug

Issue

  • Help exporting pdf

Info

  • Operating System: OSX
  • Node-Version: 7.4.0

Reproduce

Command: npm run export

[email protected] pdf /Users/malaklopez/Projects/www/completed/resumes/best-resume-ever
node node/app.js

/Users/malaklopez/Projects/www/completed/resumes/best-resume-ever/node/app.js:22
.mergeMap(async() => {
^
SyntaxError: Unexpected token (
at Object.exports.runInThisContext (vm.js:78:16)
at Module._compile (module.js:543:28)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
at Function.Module._load (module.js:439:3)
at Module.runMain (module.js:605:10)
at run (bootstrap_node.js:420:7)
at startup (bootstrap_node.js:139:9)
at bootstrap_node.js:535:3
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] pdf: node node/app.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] pdf script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/malaklopez/.npm/_logs/2017-09-15T04_17_47_347Z-debug.log

Log

0 info it worked if it ends with ok
1 verbose cli [ '/Users/malaklopez/.nvm/versions/node/v7.4.0/bin/node',
1 verbose cli '/Users/malaklopez/.nvm/versions/node/v7.4.0/bin/npm',
1 verbose cli 'run',
1 verbose cli 'pdf' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'prepdf', 'pdf', 'postpdf' ]
5 info lifecycle [email protected]prepdf: [email protected]
6 info lifecycle [email protected]
pdf: [email protected]
7 verbose lifecycle [email protected]pdf: unsafe-perm in lifecycle true
8 verbose lifecycle [email protected]
pdf: PATH: /Users/malaklopez/.nvm/versions/node/v7.4.0/lib/node_modules/npm/bin/node-gyp-bin:/Users/malaklopez/Projects/www/completed/resumes/best-resume-ever/node_modules/.bin:/Users/malaklopez/.nvm/versions/node/v7.4.0/bin:/Users/malaklopez/.rbenv/shims:/Users/malaklopez/.pyenv/plugins/pyenv-virtualenv/shims:/Users/malaklopez/.pyenv/shims:/Users/malaklopez/.pyenv/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
9 verbose lifecycle [email protected]pdf: CWD: /Users/malaklopez/Projects/www/completed/resumes/best-resume-ever
10 silly lifecycle [email protected]
pdf: Args: [ '-c', 'node node/app.js' ]
11 silly lifecycle [email protected]pdf: Returned: code: 1 signal: null
12 info lifecycle [email protected]
pdf: Failed to exec pdf script
13 verbose stack Error: [email protected] pdf: node node/app.js
13 verbose stack Exit status 1
13 verbose stack at EventEmitter. (/Users/malaklopez/.nvm/versions/node/v7.4.0/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:280:16)
13 verbose stack at emitTwo (events.js:106:13)
13 verbose stack at EventEmitter.emit (events.js:191:7)
13 verbose stack at ChildProcess. (/Users/malaklopez/.nvm/versions/node/v7.4.0/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
13 verbose stack at emitTwo (events.js:106:13)
13 verbose stack at ChildProcess.emit (events.js:191:7)
13 verbose stack at maybeClose (internal/child_process.js:885:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
14 verbose pkgid [email protected]
15 verbose cwd /Users/malaklopez/Projects/www/completed/resumes/best-resume-ever
16 verbose Darwin 16.7.0
17 verbose argv "/Users/malaklopez/.nvm/versions/node/v7.4.0/bin/node" "/Users/malaklopez/.nvm/versions/node/v7.4.0/bin/npm" "run" "pdf"
18 verbose node v7.4.0
19 verbose npm v5.4.2
20 error code ELIFECYCLE
21 error errno 1
22 error [email protected] pdf: node node/app.js
22 error Exit status 1
23 error Failed at the [email protected] pdf script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 1, true ]

Trying to build the code fails

Issue

Trying to preview the resumes no longer works. This is the terminal output I get:

[email protected] predev /home/liel/Projects/best-resume-ever
check-node-version --node ">= 8.0.0"

node: 8.7.0
npm: 5.5.1
yarn: 1.2.1

[email protected] dev /home/liel/Projects/best-resume-ever
node build/dev-server.js

Starting dev server...
Error: Cannot find module 'escope'
at Function.Module._resolveFilename (module.js:527:15)
at monkeypatch (/home/liel/Projects/best-resume-ever/node_modules/babel-eslint/index.js:53:26)
at Object.exports.parse (/home/liel/Projects/best-resume-ever/node_modules/babel-eslint/index.js:358:5)
at parse (/home/liel/Projects/best-resume-ever/node_modules/eslint/lib/linter.js:691:25)
at Linter.verify (/home/liel/Projects/best-resume-ever/node_modules/eslint/lib/linter.js:866:33)
at localVerify (/home/liel/Projects/best-resume-ever/node_modules/eslint-plugin-html/src/index.js:107:14)
at Linter.eslint.verify (/home/liel/Projects/best-resume-ever/node_modules/eslint-plugin-html/src/index.js:147:18)
at processText (/home/liel/Projects/best-resume-ever/node_modules/eslint/lib/cli-engine.js:203:31)
at CLIEngine.executeOnText (/home/liel/Projects/best-resume-ever/node_modules/eslint/lib/cli-engine.js:668:26)
at lint (/home/liel/Projects/best-resume-ever/node_modules/eslint-loader/index.js:218:17)
at Object.module.exports (/home/liel/Projects/best-resume-ever/node_modules/eslint-loader/index.js:213:21)
at LOADER_EXECUTION (/home/liel/Projects/best-resume-ever/node_modules/loader-runner/lib/LoaderRunner.js:119:14)
at runSyncOrAsync (/home/liel/Projects/best-resume-ever/node_modules/loader-runner/lib/LoaderRunner.js:120:4)
at iterateNormalLoaders (/home/liel/Projects/best-resume-ever/node_modules/loader-runner/lib/LoaderRunner.js:229:2)
at Array. (/home/liel/Projects/best-resume-ever/node_modules/loader-runner/lib/LoaderRunner.js:202:4)
at Storage.finished (/home/liel/Projects/best-resume-ever/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:40:15)
`

Info

  • Operating System: Arch Linux
  • Node-Version: 8.7.0

Reproduce

  1. Clone the repository and enter its directory
  2. Run npm install
  3. Run npm run dev

Does not preview or export entire resume

Case

  • BUG

Issue

When previewing or exporting to PDF, only about 3/4ths of the resume is shown.

Info

  • Operating System: Windows
  • Node-Version: v8.5.0

Reproduce

npm run dev
npm run export

Template in Chinese

Case

  • ENHANCEMENT

Issue

It would be great if a template in Chinese (UI and lang) included ~

Info

  • Operating System: MacOS 10.13 Beta
  • Node-Version: v8.5.0

Reproduce

npm run export throwing syntax error ,( windows8.1 )

Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.

\resumes\best-resume-ever>npm install
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}
)
npm WARN [email protected] No repository field.
npm WARN [email protected] No license field.

\Downloads\resumes\best-resume-ever>npm run export

[email protected] export \Downloads\resumes\best-resume-ever
concurrently "npm run dev" "npm run pdf" --success first --kill-others --raw

[email protected] dev \Downloads\resumes\best-resume-ever
node build/dev-server.js

[email protected] pdf \Downloads\resumes\best-resume-ever
node node/app.js

\Downloads\resumes\best-resume-ever\node\app.js:22
.mergeMap(async() => {
^
SyntaxError: Unexpected token (
at Object.exports.runInThisContext (vm.js:76:16)
at Module._compile (module.js:542:28)
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.3.9600
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "run" "pdf"
npm ERR! node v6.9.1
npm ERR! npm v4.3.0
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] pdf: node node/app.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] pdf script 'node node/app.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 best-resume-ever package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node node/app.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs best-resume-ever
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls best-resume-ever
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! \AppData\Roaming\npm-cache_logs\2017-09-12T10_07_36_379Z-debug.log

npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "run" "export"
npm ERR! node v6.9.1
npm ERR! npm v4.3.0
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] export: concurrently "npm run dev" "npm run pdf" --success first --kill-others --raw
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] export script 'concurrently "npm run dev" "npm run pdf" --success first --kill-others --raw'.
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 best-resume-ever package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! concurrently "npm run dev" "npm run pdf" --success first --kill-others --raw
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs best-resume-ever
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls best-resume-ever
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! \AppData\Roaming\npm-cache_logs\2017-09-12T10_07_37_294Z-debug.log

Downloads\resumes\best-resume-ever>

License

Hi Sara,

Thanks for your work. I'm going to use it for my resume, but I'm not sure about licensing. would you please specify it?

thanks

npm run dev : Unhandled 'error' event

I get the following error message, when executing npm run dev

user@vps:~/resume/best-resume-ever$ sudo npm run dev

> [email protected] dev /home/user/resume/best-resume-ever
> node build/dev-server.js

> Starting dev server...
events.js:182
      throw er; // Unhandled 'error' event
      ^

Error: listen EADDRINUSE :::8080
    at Object._errnoException (util.js:1026:11)
    at _exceptionWithHostPort (util.js:1049:20)
    at Server.setupListenHandle [as _listen2] (net.js:1343:14)
    at listenInCluster (net.js:1391:12)
    at Server.listen (net.js:1474:7)
    at Function.listen (/home/user/resume/best-resume-ever/node_modules/express/lib/application.js:618:24)
    at Object.<anonymous> (/home/user/resume/best-resume-ever/build/dev-server.js:89:18)
    at Module._compile (module.js:624:30)
    at Object.Module._extensions..js (module.js:635:10)
    at Module.load (module.js:545:32)
    at tryModuleLoad (module.js:508:12)
    at Function.Module._load (module.js:500:3)
    at Function.Module.runMain (module.js:665:10)
    at startup (bootstrap_node.js:201:16)
    at bootstrap_node.js:626:3
npm ERR! code ELIFECYCLE
npm ERR! errno 1
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.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/user/.npm/_logs/2017-09-15T10_08_01_036Z-debug.log

having

node -v 
v8.5.0

installed

求助

求中文使用办法,下载好了NPM和node,但是不会用。

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.