Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trouble installing after cloning #65

Open
guiroliveira opened this issue Sep 22, 2020 · 1 comment · May be fixed by #68
Open

Trouble installing after cloning #65

guiroliveira opened this issue Sep 22, 2020 · 1 comment · May be fixed by #68

Comments

@guiroliveira
Copy link

I cloned the project and when I run "npm install" I get an error when babel is being executed:

` rimraf lib && babel src --out-dir lib

src/boards.js -> lib/boards.js
src/config.js -> lib/config.js
src/index.js -> lib/index.js
SyntaxError: src/issues.js: Unexpected token, expected ; (502:31)
500 | * Add comment to issue
501 | */
502 | addComment( issueId, comment ){
| ^
503 | return jira.api.addComment( issueId, comment ).then(function (res) {
504 | console.log(' Issue ' + issueId + ' successfully updated with comment:\n ' + comment);
505 | }).catch(function (err) {
`
I wanted to add some options that are in my jira environment, but I'm having trouble compiling the project :/

Are there any place where I can see the steps required to run the project when you clone it?

@iinuwa iinuwa linked a pull request Dec 17, 2020 that will close this issue
@iinuwa
Copy link
Contributor

iinuwa commented Dec 17, 2020

@guiroliveira, my last PR broke master. The PR above should fix the issue. (You can remove the stray curly brace on your local repo to fix the issue as well.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants