I am using nodejs and i installed anymesh using "npm install anymesh" but when i start my app it still shows "can not find module anymesh".
Reason is you did not defined path in package.json
Please add "main": "lib/AnyMesh.js" in your package.json so it will works correctly