mixpanel-node icon indicating copy to clipboard operation
mixpanel-node copied to clipboard

mixpanel.register not supported in Node js library

Open amittank2011 opened this issue 5 years ago • 1 comments

I need to set Super properties as documented here https://mixpanel.com/docs/properties-or-segments/how-do-i-set-a-property-every-time

I noticed there is no function to do so right now. So I was planning to send a PR with the implementation, unless anybody has started already some work to do so.

TypeError: mixpanel.register is not a function at Object. (/home/DEMO/mixpanal.js:14:10) at Module._compile (internal/modules/cjs/loader.js:689:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10) at Module.load (internal/modules/cjs/loader.js:599:32) at tryModuleLoad (internal/modules/cjs/loader.js:538:12) at Function.Module._load (internal/modules/cjs/loader.js:530:3) at Function.Module.runMain (internal/modules/cjs/loader.js:742:12) at startup (internal/bootstrap/node.js:283:19) at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)

amittank2011 avatar Jun 22 '20 07:06 amittank2011

Facing the same issue. If there is any work done on this, it would be greatly appreciated. At least a work around would help.

Jeffrang avatar Jan 28 '21 12:01 Jeffrang