Build with Node.js v5 fails
piglovesyou opened this issue · 1 comments
piglovesyou commented
A command npm run build-test
returns 1 only in Node.js v5?
> synceddb-client@0.0.8 test /home/travis/build/paldepind/synceddb/client
> testem ci
not ok 1 testem - testem
---
message: >
Error: Non-zero exit code: 1
Hook: before_tests
Stdout:
Usage: npm <command>
where <command> is one of:
access, adduser, bin, bugs, c, cache, completion, config,
ddp, dedupe, deprecate, dist-tag, docs, edit, explore, get,
help, help-search, i, init, install, install-test, it, link,
list, ln, logout, ls, outdated, owner, pack, ping, prefix,
prune, publish, rb, rebuild, repo, restart, root,
run-script, s, se, search, set, shrinkwrap, star, stars,
start, stop, t, tag, team, test, tst, un, uninstall,
unpublish, unstar, up, update, v, version, view, whoami
npm <cmd> -h quick help on <cmd>
npm -l display full usage info
npm help <term> search for help on <term>
npm help npm involved overview
Specify configs in the ini-formatted file:
/home/travis/.npmrc
or on the command line via: npm <command> --key value
Config info can be viewed via: npm help config
npm@3.8.6 /home/travis/.nvm/versions/node/v5.12.0/lib/node_modules/npm
Stderr:
...
1..1
# tests 1
# pass 0
# skip 0
# fail 1
npm ERR! Test failed. See above for more details.
npm ERR! Test failed. See above for more details.
The command "npm test" exited with 1.
Done. Your build exited with 1.
piglovesyou commented
Why don't we just support 2 LTSes + Latest https://github.com/nodejs/Release
- v9
- v8
- v6