{"id":775,"hash":"407b0fc2f1ad04769f377539a57d0dd2e44348e0f07bd1cf937ecb3e75092042","pattern":"How to fix vscode warning module not installed when using pnpm","full_message":"mkdir a-1 && cd a-1\npnpm init\npnpm i eslint --save-dev\ncode .\n\nI opened this project in vscode on windows 10 and vscode showed these warnings.\n\nModule '.pnpm' is extraneous\nModule '@eslint/eslintrc' is extraneous\nModule 'eslint-scope' is extraneous\nModule 'eslint-utils' is extraneous\nModule 'eslint' is not installed\n\nI know this doesn't affect the project, but is there any way to go about hiding this warning.","ecosystem":"npm","package_name":"pnpm","package_version":null,"solution":"Open the settings menu (Ctrl+, - Windows / Cmd+, - Mac), and navigate to the Npm: Package Manager field. Change the value in the dropdown to pnpm.\n\nAfterwards, open the command palette (Ctrl+Shift+P, - Windows / Cmd+Shift+P, - Mac) and choose Developer: Reload Window.","confidence":0.95,"source":"stackoverflow","source_url":"https://stackoverflow.com/questions/71686054/how-to-fix-vscode-warning-module-not-installed-when-using-pnpm","votes":10,"created_at":"2026-04-19T04:51:41.435490+00:00","updated_at":"2026-04-19T04:51:41.435490+00:00"}