I want to include angular JS Using require so I am using below code
var ang = require('angular');
But It displays error
ReferenceError: window is not defined
I Know window object not defined in node console but help me how to avoid this error ?
I hope my question understandable.