Azure / Azure/azure-cli-extensions
[botservice] Prod. environment is polluted with dev. dependencies.
Open
Bot Service
extension/botservice
Service Attention
- Dominant language
- Python
- Stars
- 454
- Forks
- 1.7k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 64
Description
### Extension name (the extension in question)
botservice or any extension that installs node dependencies.
### Description of issue (in as much detail as possible)
devDependecies should NOT be installed when running `npm install` in production environment.
[Found here](https://github.com/Azure/azure-cli-extensions/blob/master/src/botservice/azext_bot/custom.py)

[Solution](https://docs.npmjs.com/cli/install) `npm install --production`.

-----
Contributor guide
Assessment
This issue has not been assessed yet.