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.
Type “npm install” command inside your meteor project. it will install all required npm module in your project.