NPM -Paket als Entwicklerabhängigkeit installieren

npm install --save-dev package
# example:
npm install --save-dev nodemon
Bedrock Coder