-
Notifications
You must be signed in to change notification settings - Fork 58
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
Wallaby issues #39
Comments
With updated Error: Command failed: meteor node -e "process.stdout.write(process.execPath)"
/usr/local/bin/meteor: line 29: HOME: unbound variable
at checkExecSyncError (child_process.js:464:13)
at Object.execSync (child_process.js:504:13)
at Object.<anonymous> (.../app/wallaby_server.js:18:4) |
What happens when you run |
I get the following path, so I've just hardcoded it in and that seems to work. var nodePath = "/Users/jiku.dev/.meteor/packages/meteor-
tool/.1.3.2_4.1bnwswu++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/bin/node" I'm on OS X 10.11.4. Now having |
For me. The latest version still has For the
to just:
Solves it and gets it running.
|
npm start
seems fine (with(out) MIRROR=1).With
wallaby_client.js
(many of the last one, referring to Package.meteor., Package.mongo., etc.)
and with
wallaby_server.js
npm run karma
seems fine too (23/23).This is following the README instructions with a fresh repo. Atom 1.7.2, Wallaby 1.0.7. nvm current is v0.10.40.
The text was updated successfully, but these errors were encountered: