hansgen

Results 7 comments of hansgen

Hi, I'm having some issues as well with v3 of ScriptKit. In my case it's the by ScriptKit globally installed `pnpm`, which confuses `esbuild`. This breaks commands related to the...

``` ❯ which pnpm /Users/hansgen/Library/pnpm/pnpm ``` Just in case it might influence things, I'm using - zsh, [oh-my-zsh](https://ohmyz.sh/) and [p10k](https://github.com/romkatv/powerlevel10k) - nvm - did not have pnpm installed anywhere else...

1) Yes, Script Kit works for me. Sorry I didn't make that clear. 2) Yes After Script Kit was installed, AWS CDK cli commands started failing for me. It uses...

I've been doing some more investigation. The issue isn't `pnpm` *per se*, it's Node (installed by Script Kit) in combination with `NODE_PATH` (also set by Script Kit). I worked around...

> Q: When you say "Open vs code with Script Kit", are you using the "edit()" function and passing in a path to a project? Yep, that's right, this is...

Tried. It didn't work unfortunately. `NODE_PATH` is still defined in VS Code.

Hi @johnlindquist, v3.1.18 works great. I removed `NODE_PATH` from `~/.kenv/.env` and removed the `pnpm` logic in `~/.zshrc` that adds it to the PATH. I also downloaded v3.3.37 and that also...