@parcel/source-map fails to install on iOS #6190
|
Hi, I'm running an iPhone X on iOS 14.3 with node version BUT: @parcel/source-map does not install and it's hard to see from where the error comes. I remember reading somewhere the source-map thing is written in c++, maybe that is the issue? Do I have to install clang or something so that it compiles? How does it work? Here's the log file: And here's the output of
|
Replies: 2 comments 5 replies
|
What happens if you $ cd /private/var/tmp/parcel-doesnt-declare-its-variables/node_modules/@parcel/source-mapand then run $ npx node-gyp-build
# or
$ /private/var/tmp/parcel-doesnt-declare-its-variables/node_modules/.bin/node-gyp-builddirectly? |
it seems like npm unfortuately removes it as cleanup: How can I prevent that/manually download the files? |
What happens if you
$ cd /private/var/tmp/parcel-doesnt-declare-its-variables/node_modules/@parcel/source-mapand then run
$ npx node-gyp-build # or $ /private/var/tmp/parcel-doesnt-declare-its-variables/node_modules/.bin/node-gyp-builddirectly?