Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. // if you see anywhere in js file that fetch is not defined.
  2. // then use following to fix
  3.  
  4. global.fetch = require('node-fetch')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement