Open chulkilee opened 2 years ago
Now node-gyp only supports python3 for a while... let's use python3 executable instead of python - for systems not shipping python by default - such as macOS!
python3
python
(Another option is to implement the feature in Javascript and use node binary)
node
Now node-gyp only supports python3 for a while... let's use
python3
executable instead ofpython
- for systems not shippingpython
by default - such as macOS!(Another option is to implement the feature in Javascript and use
node
binary)