-
Notifications
You must be signed in to change notification settings - Fork 130
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
Node 4.0.0 - Require heapdump - Cannot find module '../build/Debug/addon' #66
Comments
What does |
The 2nd led me to realize that it wasn't installed properly and when I tried explicitly, I got the same error as above. |
This is either an issue with the node-gyp build script in heapdump or node-gyp itself (perhaps from my environment). Checking there with issue: nodejs/node-gyp#735 |
#53 looks related |
That error means there's something wrong with your setup. Try deleting the .node-gyp directory and rerun I'm going to close the issue, we're not looking at a heapdump bug. |
While C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp had 3.0.3, C:\Users\myusername\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp had 2.0.2. I emptied the older folder and copied over the contents of the newer. Seems that npm isn't dealing well with the fact that there's the system node_modules AND user account node_modules THEN the actual project. Now heapdump installs fine. |
FYI, this error occurs when upgrading node.js (i.e., 4->6) & not |
Running |
|
Was working fine with node 0.12.7. With Node 4.0.0, I get the follow just requiring heapdump.
Error
registerPoop:5
The text was updated successfully, but these errors were encountered: