You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
Running builds in Linux works fine, as well as vercel and CI builds. Just except Windows.
The text was updated successfully, but these errors were encountered:
jhdcruz
changed the title
MODULE_NOT_FOUND when building on Windows 10MODULE_NOT_FOUND when building on Windows 10 - Else builds successfully
Nov 20, 2023
jhdcruz
changed the title
MODULE_NOT_FOUND when building on Windows 10 - Else builds successfullyMODULE_NOT_FOUND when building on Windows 10 - Others builds successfully
Nov 20, 2023
jhdcruz
changed the title
MODULE_NOT_FOUND when building on Windows 10 - Others builds successfullyMODULE_NOT_FOUND when running project builds on Windows 10 - Others builds successfully
Nov 20, 2023
Apparently it does not build properly when running builds in Git Bash in MinTTY config.
cmd and powershell builds just fine.
jhdcruz
changed the title
MODULE_NOT_FOUND when running project builds on Windows 10 - Others builds successfullyMODULE_NOT_FOUND when running project builds in Git Bash on Windows
Nov 24, 2023
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there an existing issue for this?
SDK Version
1.2.6
What environment is your node script running in?
Are you using an alpine based docker image?
Does the failure occur on a remote environment only?
Are you using alpine based node docker image. If so, what version are you using? e.g node:16-alpine3.12
No response
If you are using alpine, have you tried using latest version of alpine or (currently alpine3.16 or alpine3.17)?
Have you tried using the latest minor version of node (currently 16.20 or 18.15)?
If you run npm install --verbose --foreground-scripts @sentry/profiling-node in an empty directory, what is the output?
I use
pnpm
as package manager, I don't know the script's equivalent, so I just ran the exact script using npm.Crash report
pnpm build / turbo build result:
Already did https://github.com/getsentry/profiling-node?tab=readme-ov-file#bundling
Running builds in Linux works fine, as well as vercel and CI builds. Just except Windows.
The text was updated successfully, but these errors were encountered: