Aidan Gibson

Results 27 comments of Aidan Gibson

Also worked for me on MacOS Version 12.1, using a 16in Macbook Pro M1 Max.

@reorx Any plans on working on this? I absolutely would love to have this feature, if I can help I'm more than happy to.

Same. macOS 11.6 ➜ Kindle2Anki-master sudo npm install Password: npm WARN deprecated [email protected]: update to [email protected] npm ERR! code 1 npm ERR! path /Users/aidangibson/Desktop/Kindle2Anki-master/node_modules/integer npm ERR! command failed npm ERR!...

Thanks for looking into this! Either way works, ts-node is on path ![image](https://user-images.githubusercontent.com/20917687/195915993-d39d80ed-c690-4f8f-8ba1-f01f36976ce1.png)

That does seem like the issue! Not sure how to remedy though. ![image](https://user-images.githubusercontent.com/20917687/195944973-eefdf1be-493d-4f55-910c-630cf6a6c62c.png) ![image](https://user-images.githubusercontent.com/20917687/195945066-daf616e8-383a-413f-9972-a32ac502013c.png)

Also tried relinking via `brew unlink node && brew link node`, same outcome

![image](https://user-images.githubusercontent.com/20917687/196005500-a6b28e22-81fd-47a8-bccf-3c4a90c8b3e7.png) Still no dice 😬 If I set ts-node path to `usr/local/bin/npx ts-node` or `usr/local/bin/ts-node` in settings I get this error ![image](https://user-images.githubusercontent.com/20917687/196005889-f05ae5a2-0661-4ac4-bbf0-526340b96703.png) But in terminal, it works ![image](https://user-images.githubusercontent.com/20917687/196006078-bb1216cf-7b9c-478a-88f1-2faf6584046d.png) ![image](https://user-images.githubusercontent.com/20917687/196006106-71637331-d243-4d2a-ab46-601f4881a8c9.png) (Tried...

(From Terminal) ![image](https://user-images.githubusercontent.com/20917687/196012711-392fb439-833a-4f98-b3f9-4f15d541768b.png) (From Obsidian) ![image](https://user-images.githubusercontent.com/20917687/196012716-a92287f4-14f1-40c8-9767-d43b37718af6.png)

Messed around and realized `.zshenv` is being sourced but `.zshrc` is not (for run-shell blocks). (My `.zshenv` has pretty much nothing and my `.zshrc` has a ton). Added `export PATH=/opt/homebrew/bin:$PATH`...

Additionally tested ![image](https://user-images.githubusercontent.com/20917687/196017059-6a1359ba-bb01-4942-a498-b5ba6423f44f.png) ![image](https://user-images.githubusercontent.com/20917687/196017064-f9fdb88f-d050-477f-8718-71adb9a4371a.png)