-
Notifications
You must be signed in to change notification settings - Fork 399
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
compilation error when combined with certain packages #790
Comments
@joniba thanks for bringing this to our attention. When you say
What are you observing that makes you believe everything is fine? It appears you may not have your environment properly setup to build native modules with node-gyp. We ship pre-built versions of
The reason I think your environment isn't properly setup is because of this line
Can you dig into this thread and see if it fixes your issue: MSBuild.exe ENOENT error w/ node-gyp |
Hi @joniba , Just checking in on this one. Are you still having issues? |
Closing this out as we cannot repro and looks to be a build issue. If you are still having issues, we recommend leveraging our support team over at support.newrelic.com which can help deep-dive into solving the problem and collecting the necessary information which may or may not be sensitive (such as logs). |
Description
Adding the
newrelic
package fails to compile when combined with certain packages in a certain order.Steps to Reproduce
In empty directory run:
Expected Behavior
I should not get any node-gyp compilation errors.
Actual Behavior
The last command outputs the following:
Your Environment
Node version: v4.17.1
OS: Windows 10 Pro
Additional notes
If you reverse the order of the commands (e.g., install sqlite3 AFTER newrelic), everything works fine
The text was updated successfully, but these errors were encountered: