We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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: