0

I am trying to get rid of the character/text limit which is found in the package https://github.com/TelescopeJS/Telescope/tree/master/packages/telescope-posts.

I tried just doing "meteor add telescope-posts" but I received the error:

=> Errors while parsing arguments:           

While adding package telescope-posts:
error: no such package

I then tried to create a package but when I enter ".meteor/packages" or "myProjectName/.meteor/packages" I receive:

-bash: .meteor/packages: Permission denied

Any help on how to install the package telescope-posts is greatly appreciated. Thank you.

4

1 回答 1

2

你有没有试过这个:

meteor add telescope:posts

更有可能的是,您应该查看:https ://telescope.readme.io/v0.20/docs/installing-telescope

于 2015-08-04T02:38:38.927 回答