Require() function showing error in my project?

when I’m using the require() function in my project (like- " var ipc =require(‘ipc’) ") , it shows “require is not defined…”. please suggest me what is the correct way to use it. :confused:

Type “npm install” command inside your meteor project. it will install all required npm module in your project.