Adding external libraries to postman

Hi @kunagpal :smile: ,

i’m trying use the faker, so as you said checked for its CDN link: https://cdnjs.cloudflare.com/ajax/libs/Faker/3.1.0/faker.js

i tried several times to copy the contents to environment variable faker_code. the postman app v6.1.4 got struck every time.

size of the faker.js content on the disk : 1.16MB

So i tried with this
https://cdnjs.cloudflare.com/ajax/libs/Faker/3.1.0/faker.min.js

i received an error stating

There was an error in evaluating the Pre-request Script: TypeError: Cannot set property ‘faker’ of undefined

can you help on this?

Thanks & regards,
Gopi :cowboy_hat_face: .