Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReferenceError: Tinytest is not defined #14

Open
consultio-consultius opened this issue Apr 28, 2014 · 2 comments
Open

ReferenceError: Tinytest is not defined #14

consultio-consultius opened this issue Apr 28, 2014 · 2 comments

Comments

@consultio-consultius
Copy link

I've uninstalled and reinstalled iron-router and blaze-layout several times, and this ReferenceError is what comes up every time I attempt to run. Do you possibly know a solution? I've searched everywhere, and have seen similar but not exact reproduction and so the remedies unfortunately have not been fruitful.

Meteor/microscope/.meteor/local/build/programs/server/boot.js:186}).run();
^
ReferenceError: Tinytest is not defined
at app/server/packages/blaze-layout/layout-test.js:49:1
at app/server/packages/blaze-layout/layout-test.js:217:3
at microscope/.meteor/local/build/programs/server/boot.js:
at Array.forEach (native)
at Function..each..forEach (/.meteor/tools/c2a0453c51/lib/node_modules/underscore/underscore.js:79:11)
at /microscope/.meteor/local/build/programs/server/boot.js:82:5

@tmeasday
Copy link
Contributor

Hi @consultio-consultius - that is a strange one, to be sure. I haven't ever seen that issue and can't really explain it.

If I was you, I'd try the following (jn order of drasticness):

  1. Reset Meteorite -- mrt uninstall --system, mrt uninstall, mrt install.
  2. Clean out the Meteor build in your project rm -r .meteor/local/build.
  3. Start a new Meteor project, mrt add iron-router, see if you have the same problem.

Let us know how you go.

@siddharthram
Copy link

I have the same problem. What was the resolution on this? resetting meteorite did not help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants