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.
我对节点 js 真的很陌生。我想知道是否有人能告诉我如何在我想要的目录中安装 express 框架和手写笔。我已经在全球范围内安装了它们,但找不到在本地安装它的方法。一个简单的建议就足够了。
> cd myFolder
创建一个 README.md
> npm init
填写详细信息
> npm install express stylus --save
然后,您将在本地安装 express 和 stylus 并包含在您的 package.json 中