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
Post a Comment