Missing npm Tool Window
After upgrading Rider, npm tool window is missing from View | Tool Windows | npm (https://www.jetbrains.com/help/rider/NPM_Tool_Window.html).
How can I restore it?
----
JetBrains Rider 2022.3
Build #RD-223.7571.232, built on December 5, 2022
Runtime version: 17.0.5+1-b653.14 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10 10.0
.NET 7.0.0 (Server GC)
GC: G1 Young Generation, G1 Old Generation
Registry:
debugger.new.tool.window.layout=false
vcs.empty.toolwindow.show=false
ide.new.project.model.index.case.sensitivity=true
rdclient.asyncActions=false
indexing.enable.entity.provider.based.indexing=false
ide.workspace.model.rbs.as.tree=false
platform.projectModel.workspace.model.file.index=false
database.show.search.tab=false
Non-Bundled Plugins:
com.github.lppedd.idea-conventional-commit (0.21.0)
fr.socolin.application-insights-debug-log-viewer (1.7.2)
ca.nosuchcompany.rider.plugins.mediatr (22.11.2503)
com.github.copilot (1.1.37.2188)
eu.gillissen.rider.usersecrets (1.2.0)
Key Promoter X (2022.3)
fluentassertions-rider (2022.3.0)
Abc.MoqComplete.Rider (2022.3.0.2)
CyclomaticComplexity (2022.3.0)
me.seclerp.rider.plugins.efcore (223.1.0)
org.intellij.plugins.postcss (223.7571.117)
com.intellij.resharper.StructuredLogging (2022.3.0.276-eap07)
com.intellij.plugin.adernov.powershell (2.0.10)
intellij.prettierJS (223.7571.142)
Gitflow-Fix (0.7.11)
com.intellij.resharper.azure (3.50.0.1519-2022.3)
Please sign in to leave a comment.
Try to click on the file itself in editor window and check context actions here:
Thank you for contacting Rider Support. You can open npm window by calling `Show npm Scripts` in Search Everywhere. After that it will appear in View | Tools too.
Let me know if you have other questions. Have a great day!
Hi Olga, thank you for the response.
The `Show npm Scripts` appears in Search Everywhere (after ca. 6-7 seconds), but after I click on this, nothing happens. It doesn't appear on the View | Tools menu.
Do you see the option in context actions on package.json file?
No, I don't see such option:
Do you have Node.js installed? Can you see correct path to it in Preferences | Languages & Frameworks | Node.js?
Yes, it's installed.
`node -v` yields
v18.12.1
Paths in the settings are correct:
After clicking on Tools > Show npm Scripts, the window re-appeared. Thank you!