HubSpot / vex

A modern dialog library which is highly configurable and easy to style. #hubspot-open-source
http://github.hubspot.com/vex/docs/welcome
MIT License
6.92k stars 491 forks source link

ReferenceError: window is not defined #265

Closed sreyas closed 6 years ago

sreyas commented 6 years ago

am using this module in nodejs with express application framework.I got this error

bbatliner commented 6 years ago

Hi, what reason do you have to use vex in nodejs? Vex is for displaying popups to the user - as such, it depends on the window and DOM existing so it can create its elements.