-
Notifications
You must be signed in to change notification settings - Fork 131
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
i'm getting build errors and not sure where to run the build command. #174
Comments
It looks like you're in the wrong directory. What happens when you simply |
i haven't knowingly explicitly turned it off. its only come to my attention now. installation seems to work ok.
but running an app results in an error:
running node-gyp configure build from package.json directory results in the OP error. Ive got node-gyp installed as a global
|
Can you post the output of |
|
Looks healthy. What does |
I assume you refer to addon.node.d?
|
No, the exact command I posted. |
sure, thanks.
and
thank you. |
Looks a-okay. I don't know why you're having trouble but heapdump itself seems to be just fine. One final test you can try is check what this prints:
|
Im getting a similar issue on Linux.
Node v16.19 rm -rf node_modules Problem solved. In case it would help you of someone else... |
As of v11.13.0, Node has built-in functionality for taking snapshots: import { getHeapSnapshot } from "v8";
const stream = getHeapSnapshot(); // returns a readable stream of the heap snapshot import { writeHeapSnapshot } from "v8";
writeHeapSnapshot(); // writes the heap snapshot to a file |
Ive installed the package and the build step is throwing errors:
where do i run the build command? its not specified in the readme.
environment:
aurence.fass@SSG-2510 nest-mono % node -v
v16.20.0
laurence.fass@SSG-2510 nest-mono % npm -v
8.19.4
any help or advice appreciated.
The text was updated successfully, but these errors were encountered: