scrtlabs / enigma-p2p

The Enigma Worker Peer-to-Peer (P2P) package written in Node.js based on libp2p-js
https://enigma.co/protocol/
GNU Affero General Public License v3.0
38 stars 4 forks source link

Logger utc #269

Closed Cashmaney closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #269 into develop will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #269      +/-   ##
===========================================
+ Coverage    75.71%   75.72%   +<.01%     
===========================================
  Files          105      105              
  Lines         5053     5054       +1     
===========================================
+ Hits          3826     3827       +1     
  Misses        1227     1227
Impacted Files Coverage Δ
src/common/logger.js 80% <100%> (+1.42%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c808b06...cc36cb2. Read the comment docs.

assafmo commented 4 years ago

@Cashmaney It seems npm cannot install date-format v3.0.3 because v3.0.0 is the latest version https://www.npmjs.com/package/date-format

$ npm install
npm ERR! code ETARGET
npm ERR! notarget No matching version found for date-format@^3.0.3
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget 
npm ERR! notarget It was specified as a dependency of 'enigma-p2p'
npm ERR! notarget 
npm ERR! A complete log of this run can be found in:
npm ERR!     /home/travis/.npm/_logs/2019-12-10T21_59_47_805Z-debug.log
The command "npm install" failed and exited with 1 during .
assafmo commented 4 years ago

It now fails from the same reason as #270 & #271 & develop