Skip to content

[Bug] Travis tests failing: bad npm installation #33

Closed
@perry-mitchell

Description

@perry-mitchell

The travis tests are failing, which obstructs catching other possibly bugs.

It seems that the npm installation tasks are invalid for earlier versions of node:

before_install:
  - npm install -g npm@2
  - npm install -g npm

The attempted installation uses arrow functions, which break the build:

image

image

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