After Installation of meteor and creation of meteor project I run the following command:
sudo meteor add azimuth-views-foundation
I get the following error, please suggest what am I missing:
=> Errors while parsing arguments:
While adding package azimuth-views-foundation: error: no such package
If you take a look into this search on Atmosphere Azimuth, there is not such package named azimuth-views-foundation
Try with meteor add mcrider:azimuth-views-foundation
instead.