-
Notifications
You must be signed in to change notification settings - Fork 54
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
Getting the following error. Everything specified is installed. #74
Comments
is that the only output? can you provide details on your operating system and version of Node.js please? |
I'm using #38-Ubuntu SMP with 3.19.0-33-generic kernel. Node is v5.4.1 Here's the full output:
|
@HeroicAutodidact would you mind trying it in a different directory? It could be that the file system type that's being used isn't playing so nicely here. Perhaps switch to |
Alright, I tried this, identical message. I've also tried locally installing goingnative, and I've tried executing gonative as root. Any other ideas? Is there someplace I can see which commands are being executed by gonative during the verify step? I can try executing individually and testing where the error is. |
@HeroicAutodidact https://github.com/workshopper/goingnative/blob/master/exercises/am_i_ready/child.js#L13-L19 The line immediately above accessing @rvagg shouldn't we be breaking execution when each of those checks fail? |
https://github.com/workshopper/goingnative/blob/master/exercises/am_i_ready/exercise.js it's compiling an addon in ../../packages/test-addon/ and then trying to load it with child.js. |
@retrohacker it is broken when one fails, as it has in this case, the callback in each of the processors controls that, the |
We can at least avoid the
|
✗ Could not properly compile test addon, did not load binding
✗ /usr/local/lib/node_modules/goingnative/exercises/am_i_ready/child.js:17
✗ if (binding.test !== 'OK') {
✗ ^
✗ TypeError: Cannot read property 'test' of undefined
✗ at Object. (/usr/local/lib/node_modules/goingnative/exercises/am_i_ready/child.js:17:12)
✗ at Module._compile (module.js:397:26)
✗ at Object.Module._extensions..js (module.js:404:10)
✗ at Module.load (module.js:343:32)
✗ at Function.Module._load (module.js:300:12)
✗ at Function.Module.runMain (module.js:429:10)
✗ at startup (node.js:139:18)
✗ at node.js:999:3
✗ Test binding file works as expected
The text was updated successfully, but these errors were encountered: