Advertisement
freshbtcer

icowizard errors

Oct 4th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.52 KB | None | 0 0
  1. partial log for ico wizard after running "npm start"
  2.  
  3. ./src/components/invest.js
  4.   Line 43:   Block is redundant  no-lone-blocks
  5.   Line 49:   Block is redundant  no-lone-blocks
  6.   Line 144:  Block is redundant  no-lone-blocks
  7.   Line 150:  Block is redundant  no-lone-blocks
  8.  
  9. ./src/utils/constants.js
  10.   Line 89:  'INVALID' is assigned a value but never used  no-unused-vars
  11.  
  12. ./src/utils/blockchainHelpers.js
  13.   Line 2:    'noContractAlert' is defined but never used  no-unused-vars
  14.   Line 4:    'toFixed' is defined but never used          no-unused-vars
  15.   Line 92:   Block is redundant                           no-lone-blocks
  16.   Line 94:   Unreachable code                             no-unreachable
  17.   Line 95:   Block is redundant                           no-lone-blocks
  18.   Line 97:   Unreachable code                             no-unreachable
  19.   Line 98:   Block is redundant                           no-lone-blocks
  20.   Line 100:  Unreachable code                             no-unreachable
  21.   Line 101:  Block is redundant                           no-lone-blocks
  22.   Line 103:  Unreachable code                             no-unreachable
  23.   Line 104:  Block is redundant                           no-lone-blocks
  24.   Line 106:  Unreachable code                             no-unreachable
  25.   Line 107:  Block is redundant                           no-lone-blocks
  26.   Line 109:  Unreachable code                             no-unreachable
  27.   Line 110:  Block is redundant                           no-lone-blocks
  28.   Line 112:  Unreachable code                             no-unreachable
  29.  
  30. ./src/components/Common/CrowdsaleBlock.js
  31.   Line 8:   'EMPTY' is assigned a value but never used    no-unused-vars
  32.   Line 8:   'VALID' is assigned a value but never used    no-unused-vars
  33.   Line 8:   'INVALID' is assigned a value but never used  no-unused-vars
  34.   Line 13:  Useless constructor                           no-useless-constructor
  35.  
  36. ./src/components/stepFour/utils.js
  37.   Line 97:   Expected '===' and instead saw '=='  eqeqeq
  38.   Line 110:  Expected '===' and instead saw '=='  eqeqeq
  39.  
  40. ./src/components/Common/DisplayField.js
  41.   Line 5:  Useless constructor  no-useless-constructor
  42.  
  43. ./src/components/Common/DisplayTextArea.js
  44.   Line 5:  Useless constructor  no-useless-constructor
  45.  
  46. ./src/components/crowdsale/utils.js
  47.   Line 92:   Don't make functions within a loop  no-loop-func
  48.  Line 189:  Don't make functions within a loop  no-loop-func
  49.  
  50. ./src/components/Common/config.js
  51.   Line 1:  'networks' is assigned a value but never used  no-unused-vars
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement