Skip to content
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

binary assets not being published with the latest node18 version #48

Closed
sahsaket opened this issue Feb 15, 2023 · 0 comments · Fixed by #43
Closed

binary assets not being published with the latest node18 version #48

sahsaket opened this issue Feb 15, 2023 · 0 comments · Fixed by #43

Comments

@sahsaket
Copy link

binary assets not being published with the last node18 version.
updating to node 18 docker image gives below error :

npm ERR! path /app/node_modules/applicationinsights-native-metrics
npm ERR! command failed
npm ERR! command sh -c node-pre-gyp install --fallback-to-build
npm ERR! Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/app/node_modules/applicationinsights-native-metrics/build/Release/native_metrics.node --module_name=native_metrics --module_path=/app/node_modules/applicationinsights-native-metrics/build/Release --napi_version=8 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v108' (1)
npm ERR! node-pre-gyp info it worked if it ends with ok
npm ERR! node-pre-gyp info using node-pre-gyp@1.0.10
npm ERR! node-pre-gyp info using node@18.14.0 | linux | x64
npm ERR! node-pre-gyp info check checked for "/app/node_modules/applicationinsights-native-metrics/build/Release/native_metrics.node" (not found)
npm ERR! node-pre-gyp http GET https://github.com/Microsoft/ApplicationInsights-node.js-native-metrics/releases/download/v0.0.6/native_metrics-v0.0.6-node-v108-linux-x64-musl.tar.gz
npm ERR! node-pre-gyp ERR! install response status 404 Not Found on https://github.com/Microsoft/ApplicationInsights-node.js-native-metrics/releases/download/v0.0.6/native_metrics-v0.0.6-node-v108-linux-x64-musl.tar.gz
npm ERR! node-pre-gyp WARN Pre-built binaries not installable for applicationinsights-native-metrics@0.0.6 and node@18.14.0 (node-v108 ABI, musl) (falling back to source compile with node-gyp)
npm ERR! node-pre-gyp WARN Hit error response status 404 Not Found on https://github.com/Microsoft/ApplicationInsights-node.js-native-metrics/releases/download/v0.0.6/native_metrics-v0.0.6-node-v108-linux-x64-musl.tar.gz
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp info using node-gyp@9.3.0
npm ERR! gyp info using node@18.14.0 | linux | x64
npm ERR! gyp info ok
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp info using node-gyp@9.3.0
npm ERR! gyp info using node@18.14.0 | linux | x64
npm ERR! gyp info find Python using Python version 3.10.10 found at "/usr/bin/python3"
npm ERR! gyp http GET https://unofficial-builds.nodejs.org/download/release/v18.14.0/node-v18.14.0-headers.tar.gz

@sahsaket sahsaket changed the title binary assets not being published with the last node18 version binary assets not being published with the latest node18 version Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant