Nezir Zahirović

Meteor JS Windows CMD Add local package problem solution! SOLVED!

You are creating your own meteor js package and you are at step where you need to add your package to ./meteor/version.js file using "meteor add creatingpackage"  and you have a problem meteor can not find a package.

Solution is in one windows cmd command:
mrt link-package /path/to/<your-package>         -  path to you package directory 'project/packages/creatingpackagedir'

and after that do simple:
meteor add creatingpackagename





SHARE
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment