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

Is this an issue with meteor I should report? #247

Open
Falieson opened this issue Jul 2, 2015 · 2 comments
Open

Is this an issue with meteor I should report? #247

Falieson opened this issue Jul 2, 2015 · 2 comments

Comments

@Falieson
Copy link

Falieson commented Jul 2, 2015

Package.onTest(function(api) {
  api.use(['tinytest', 'test-helpers'], 'client');
  api.use('falieson:errors', 'client');
  api.addFiles('errors_tests.js', 'client');
});

$ meteor test-packages falieson:errors
[[[[[ Tests ]]]]]

=> Started proxy.
=> Started MongoDB.
=> Errors prevented startup:

While building package local-test:falieson:errors:
error: File not found: errors_tests.js

=> Your application has errors. Waiting for file change.

$ mv errors-tests.js errors_tests.js

=> Modified -- restarting.

Changes to your project's package version selections:

autoupdate removed from your project
base64 removed from your project
binary-heap removed from your project
blaze removed from your project
blaze-tools removed from your project
boilerplate-generator removed from your project
bootstrap removed from your project
callback-hook removed from your project
check removed from your project
ddp removed from your project
deps removed from your project
ejson removed from your project
falieson:errors removed from your project
fastclick removed from your project
geojson-utils removed from your project
html-tools removed from your project
htmljs removed from your project
http removed from your project
id-map removed from your project
jquery removed from your project
json removed from your project
launch-screen removed from your project
livedata removed from your project
local-test:falieson:errors removed from your project
logging removed from your project
meteor removed from your project
meteor-platform removed from your project
minifiers removed from your project
minimongo removed from your project
mobile-status-bar removed from your project
mongo removed from your project
mongo-livedata removed from your project
observe-sequence removed from your project
ordered-dict removed from your project
random removed from your project
reactive-dict removed from your project
reactive-var removed from your project
reload removed from your project
retry removed from your project
routepolicy removed from your project
session removed from your project
spacebars removed from your project
spacebars-compiler removed from your project
templating removed from your project
test-helpers removed from your project
test-in-browser removed from your project
tinytest removed from your project
tracker removed from your project
ui removed from your project
underscore removed from your project
url removed from your project
webapp removed from your project
webapp-hashing removed from your project

=> Exited with code: 1
W20150702-09:29:09.084(-7)? (STDERR) Program has no main() function.
W20150702-09:29:10.077(-7)? (STDERR) Program has no main() function.
=> Exited with code: 1
W20150702-09:29:10.834(-7)? (STDERR) Program has no main() function.
=> Exited with code: 1
=> Your application is crashing. Waiting for file change.

trying again

$ meteor test-packages falieson:errors
[[[[[ Tests ]]]]]

=> Started proxy.
=> Started MongoDB.
=> Started your app.

=> App running at: http://localhost:3000/

@Falieson Falieson changed the title how to remote this meteor error? anyway to recover from this? how to report this meteor error? anyway to recover from this? Jul 2, 2015
@Falieson Falieson changed the title how to report this meteor error? anyway to recover from this? Is this an issue with meteor I should report? Jul 2, 2015
@SachaG
Copy link
Member

SachaG commented Sep 29, 2015

Did you manage to work this out?

@Falieson
Copy link
Author

Falieson commented Nov 2, 2015

I've completed the discover meteor tutorial, thanks! it was very good

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

2 participants