Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前,我有 npm 版本 8,但我想要 npm 5.5.1,上次我也做了 npm i -g@5.5.1 这个但我在模块未找到错误中挣扎,最后我解决了,但现在我想要要安装较低版本,即 5.5.1,请告诉我windows的确切/正确步骤。
npm install -g npm@5.5.1
尝试这个