I am new to Meteor and Telescope
I installed Meteor, NodeJs and Meteorite. cloned Telescope. when i run meteor from Telescope folder to start the Telescope Meteor project. i get following error
λ meteor
[[[[[ E:\Work\FutureHunt\Git\Telescope ]]]]]
=> Started proxy.
=> Started MongoDB.
rss: updating npm dependencies -- rss...
mailchimp: updating npm dependencies -- mailchimp...
=> Errors prevented startup:
While building the application:
error: no such package: 'crypto-md5'
error: no such package: 'momentjs'
error: no such package: 'iron-router'
error: no such package: 'fast-render'
error: no such package: 'spin'
error: no such package: 'autoform'
error: no such package: 'collection2'
error: no such package: 'jquery-hotkeys'
error: no such package: 'marked'
error: no such package: 'bootstrap3-datepicker'
error: no such package: 'subs-manager'
error: no such package: 'telescope-module-embedly'
While building package `telescope-tags`:
error: no such package: 'simple-schema'
error: no such package: 'iron-router'
While building package `telescope-search`:
error: no such package: 'simple-schema'
error: no such package: 'iron-router'
=> Your application has errors. Waiting for file change.
However. when i create a new project of meteor using "meteor create newproject" and run it. it works fine. I am also using latest Telescope version. and meteor is in my PATH variable. i can't figure out the error.
According to this:
https://github.com/oortcloud/meteorite/issues/65#issuecomment-11428236
you need to manually copy the source for each of those packages into your telescope project directory.
Overall, I suspect it would be easier to do your Meteor development inside a virtual machine.