General mailing list for discussions and development of PeerLibrary and related software.

List archive Help


Re: [PeerLibrary dev] MEteor app Still crashing


Chronological Thread 
  • From: Mitar < >
  • To:
  • Subject: Re: [PeerLibrary dev] MEteor app Still crashing
  • Date: Fri, 06 Mar 2015 09:54:21 -0800

Hi!

Which version of Meteor are you using? Are you maybe using PeerLibrary
fork? That is pretty old. Use latest for this book.


Mitar

> Hey,
>
> So I'm getting this when I try adding meteor-platform
> $ meteor add meteor-platform
> meteor-platform: no such package
>
> Thanks,
> Siddhant.
>
> Siddhant K Tandon,
> Electrical Engineering and Computer Science,
> University of California, Berkeley- 2017.
>
> On Fri, Mar 6, 2015 at 9:40 AM, Mitar
> < >
> wrote:
>
>> Hi!
>>
>> You are missing meteor-platform. Run:
>>
>> meteor add meteor-platform
>>
>>
>> Mitar
>>
>>> # Meteor packages used by this project, one per line.
>>> #
>>> # 'meteor add' and 'meteor remove' will edit this file for you,
>>> # but you can also edit it by hand.
>>>
>>> autopublish
>>> insecure
>>> preserve-inputs
>>> underscore
>>> bootstrap
>>> coffeescript
>>>
>>>
>>> Siddhant K Tandon,
>>> Electrical Engineering and Computer Science,
>>> University of California, Berkeley- 2017.
>>>
>>> On Fri, Mar 6, 2015 at 9:30 AM, Mitar
>>> < >
>>> wrote:
>>>
>>>> Hi!
>>>>
>>>> What is the content of your .meteor/packages file?
>>>>
>>>>
>>>> Mitar
>>>>
>>>>> Hey guys,
>>>>>
>>>>> So the meteor app is still crashing for me. I tried to use meteorpad
>> but
>>>>> that didn't seem to help. The error occurs when I put Posts = new
>>>>> Mongo.Collection('posts') and this is what I get.
>>>>>
>>>>>
>>>>
>> c:\Users\Toshiba!\Desktop\Siddhant\PeerLibrary\microscope\.meteor\local\build\se
>>>>> rver\server.js:345
>>>>> }).run();
>>>>> ^
>>>>> ReferenceError: Mongo is not defined
>>>>> at app/lib/collections/posts.js:1:28
>>>>> at
>>>>>
>> c:\Users\Toshiba!\Desktop\Siddhant\PeerLibrary\microscope\.meteor\local\b
>>>>> uild\server\server.js:306:12
>>>>> at Array.forEach (native)
>>>>> at Function._.each._.forEach (c:\Program
>>>>> Files\Meteor\lib\node_modules\under
>>>>> score\underscore.js:78:11)
>>>>> at run
>>>>> (c:\Users\Toshiba!\Desktop\Siddhant\PeerLibrary\microscope\.meteor\lo
>>>>> cal\build\server\server.js:239:7)
>>>>> => Exited with code: 1
>>>>> => Your application is crashing. Waiting for file change.
>>>>>
>>>>> Any help would be appreciated, because I can't progress further without
>>>>> adding Posts.
>>>>>
>>>>> Thanks,
>>>>> Siddhant K Tandon,
>>>>> Electrical Engineering and Computer Science,
>>>>> University of California, Berkeley- 2017.
>>>>>
>>>>
>>>> --
>>>> PeerLibrary, facilitating the global conversation on academic literature
>>>> https://peerlibrary.org/
>>>> http://blog.peerlibrary.org/
>>>> https://twitter.com/PeerLibrary
>>>>
>>>> Settings and unsubscription:
>>>> http://lists.peerlibrary.org/lists/info/dev
>>>>
>>>> Public archive:
>>>> http://lists.peerlibrary.org/lists/arc/dev
>>>>
>>>
>>
>> --
>> PeerLibrary, facilitating the global conversation on academic literature
>> https://peerlibrary.org/
>> http://blog.peerlibrary.org/
>> https://twitter.com/PeerLibrary
>>
>> Settings and unsubscription:
>> http://lists.peerlibrary.org/lists/info/dev
>>
>> Public archive:
>> http://lists.peerlibrary.org/lists/arc/dev
>>
>

--
PeerLibrary, facilitating the global conversation on academic literature
https://peerlibrary.org/
http://blog.peerlibrary.org/
https://twitter.com/PeerLibrary



Archive powered by MHonArc 2.6.18.

Top of page