meteor - How do you use the mrt:natural package in an app? -


i have installed http://atmospherejs.com/mrt/natural 'meteor add mrt:natural' (i using meteor 0.9.1). seems installed ok, 'usage' says call :

natural = natural 

this doesn't work when applied on server or client side. i'm sure must obvious can't see else having problem...

yes, pretty new meteor.

this package doesn't seem maintained (last update 6 jun 2013). there's no need be, since it's simple wrapper npm package, can loaded in better way.

add npm package app with

meteor add meteorhacks:npm 

and create packages.json file natural specified per documentation. you'll able require natural meteor.npmrequire('natural');.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -