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 に同様の構成はありますか?