balena-io-modules / blockmap

Tizen's block map format
Apache License 2.0
6 stars 0 forks source link

Release v2.0.1 #31

Closed jhermsmeier closed 7 years ago

jhermsmeier commented 7 years ago
lurch commented 7 years ago

Hmm, somehow the Appveyor node8 'branch' build is working, but the Appveyor node8 'pr' build is failing?

node --version
v8.3.0
npm --version
5.3.0
npm test
> blockmap@2.0.1 test C:\projects\blockmap
> mocha test/*.js
module.js:491
    throw err;
    ^
Error: Cannot find module 'diff'
    at Function.Module._resolveFilename (module.js:489:15)
    at Function.Module._load (module.js:439:25)
    at Module.require (module.js:517:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (C:\projects\blockmap\node_modules\mocha\lib\reporters\base.js:8:12)
    at Module._compile (module.js:573:30)
    at Object.Module._extensions..js (module.js:584:10)
    at Module.load (module.js:507:32)
    at tryModuleLoad (module.js:470:12)
    at Function.Module._load (module.js:462:3)
npm ERR! Test failed.  See above for more details.
Command exited with code 1
jhermsmeier commented 7 years ago

@lurch yo, that happens from time to time – my thinking atm is that it's tied to not specifically specifying Node 8, but leaving it blank, making it use the latest.

jhermsmeier commented 7 years ago

Mended in https://github.com/resin-io-modules/blockmap/pull/32