Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. added 1354 packages from 1154 contributors and audited 17863 packages in 176.082s
  2. found 5 vulnerabilities (3 moderate, 2 high)
  3. run `npm audit fix` to fix them, or `npm audit` for details
  4. Browserslist: caniuse-lite is outdated. Please run next command `npm update`
  5.  
  6. chunk {main} main-es2015.js, main-es2015.js.map (main) 655 bytes [initial] [rendered]
  7. chunk {polyfills} polyfills-es2015.js, polyfills-es2015.js.map (polyfills) 149 kB [initial] [rendered]
  8. chunk {runtime} runtime-es2015.js, runtime-es2015.js.map (runtime) 6.09 kB [entry] [rendered]
  9. chunk {styles} styles-es2015.js, styles-es2015.js.map (styles) 137 kB [initial] [rendered]
  10. Date: 2020-02-20T00:27:24.925Z - Hash: 4bb88345c3316ff6f539 - Time: 17759ms
  11.  
  12. ERROR in src/app/confirm-discard/confirm-discard.page.ts:35:72 - error TS2339: Property 'focus' does not exist on type 'Element'.
  13.  
  14. 35 document.querySelector(`[name="${this.password_inputs[0].name}"]`).focus();
  15. ~~~~~
  16. src/app/confirm-discard/confirm-discard.page.ts:73:58 - error TS2339: Property 'focus' does not exist on type 'Element'.
  17.  
  18. 73 document.querySelector(`[name="${input.prev}"]`).focus();
  19. ~~~~~
  20. src/app/confirm-discard/confirm-discard.page.ts:79:60 - error TS2339: Property 'focus' does not exist on type 'Element'.
  21.  
  22. 79 document.querySelector(`[name="${input.next}"]`).focus();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement