Installing a local package on Meteor -


i'm trying run local package on meteor.

i've got correct package.js, have smart.json, , it's inside /packages directory in meteor project. smart.json @ project looks this:

{      "packages": {         "router": {},         "usererrors": {             "path": "/home/user/documents/project/packages/usererrors"          }     } } 

and using api.add_files , correctly. code runs fine when take out of packages folder. there i'm missing in order make package run? i'm running meteor mrt command.

try put files in 'packages' directory of app , execute : meteor add [package-name]


Comments

Popular posts from this blog

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -

java - JavaFX 2 slider labelFormatter not being used -