We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pnpm which node
1 parent 952a2fd commit e484c89Copy full SHA for e484c89
package.json5
@@ -135,7 +135,7 @@
135
// Install dependencies defined in codeEditorIntegrationDependencies of this file WITHOUT saving them to the lock file
136
'code-editor:install-tools-at-top-level': 'CODE_EDITOR_INSTALL=1 npm_config_save=false npm_config_lockfile=false pnpm --workspace-root install --prefer-offline',
137
'code-editor:jetbrains:fix-eslint-at-top-level': 'ln -sf ./this-file-should-not-exist-please-delete-me ./package.json',
138
- 'code-editor:symlink-default-node': 'ln -sf "$(readlink -f $(pnpm which node))" ./infra/node',
+ 'code-editor:symlink-default-node': 'ln -sf "$(readlink -f ./node_modules/node/bin/node)" ./infra/node',
139
},
140
141
/**
0 commit comments