Can I build @parcel/source-map without xcode? #6207
Unanswered
danieltroger
asked this question in
Q&A
Replies: 1 comment 1 reply
|
Please open an issue about this at https://github.com/nodejs/node-gyp#readme.
As you can see, on macOS, this helper is installed via the Xcode CLI Tools and used to find various paths. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I solved my other issue by using my iPad instead. (iOS 14.3, node v14.13.1, npm v6.14.8)
However now for some reason the source-map package needs PYTHON to run which for some reason needs XCODE. Is this intentional? I thought the great thing with writing things in js was cross-platformability. I thought one could even run parcel in a browser…
Is there some way around this? I have clang installed if that's needed to build something. Can I configure it to use that instead? How does this work on linux, which also doesn't have xcode?
All reactions