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.
该docpad install命令挂起可能是由于我的公司代理。
docpad install
只有当我像这样设置代理时,Npm 才能正常运行:
npm config set http-proxy http://proxy.example.com:8080 npm config set https-proxy http://proxy.example.com:8080
DocPad 有类似的配置吗?
The docpad install command is exactly the same as npm install in recent releases, so you can just do that if it works and have no worries about not using docpad install.
npm install
As a side note, is there any documentation still referencing docpad install?