I have node and npm setup using Volta. Using gpt5.5 and auto pilot, I'm seeing it get hung up whenever it runs a npm command with the following error:
matb@mjbmbp2 vscode % ELECTRON_RUN_AS_NODE=1 PATH="$PATH:/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/node_modules/@vscode/ripgrep/bin" TMPDIR="/Users/matb/.vscode-insiders/tmp/tmp_vscode_1" CLAUDE_TMPDIR="/Users/matb/.vscode-insiders/tmp/tmp_vscode_1" "/Applications/Visual Studio Code - Insiders.app/Contents/MacOS/Code - Insiders" "/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/node_modules/@anthropic-ai/sandbox-runtime/dist/cli.js" --settings "/Users/matb/.vscode-insiders/tmp/tmp_vscode_1/vscode-sandbox-settings-9c51b1ca-d000-47cc-a135-6bf59c3978f6.json" -c 'npm run gulp compile-extension:markdown-language-features'
Updating your Volta directory. This may take a few moments...
Volta update error: Could not create layout file /Users/matb/.volta/layout.v3
Please ensure you have correct permissions to the Volta directory.
Unable to write error log!
This happens for every single npm command it runs and I think is resulting in longer runtimes and extra usage since it's continually trying to workaround these failures
I have node and npm setup using Volta. Using gpt5.5 and auto pilot, I'm seeing it get hung up whenever it runs a npm command with the following error:
This happens for every single npm command it runs and I think is resulting in longer runtimes and extra usage since it's continually trying to workaround these failures