I have a problem with node.js and angularJs, when i want to run my project in the browser i have this issue :
ReferenceError: require is not defined
I am using gulp to run the project and browserify to accommodate it on browser.
I have a problem with node.js and angularJs, when i want to run my project in the browser i have this issue :
ReferenceError: require is not defined
I am using gulp to run the project and browserify to accommodate it on browser.