NPM Paket als Abhängigkeit installieren

# Install a package as dependency
npm install --save-dev package_name
ElHok