Skip to content

Trouble installing after cloning #65

@guiroliveira

Description

@guiroliveira

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions