What does it mean to add `- D` to the command `npm install-D xxx`?

Today, I saw this way of writing
npm install-D sass-loader
. I haven"t found this -D for a long time on the Internet. What does it mean?

Npm
Mar.21,2021

-D is-- the package and version numbers so installed by save-dev are saved in the devDependencies of package.json


npm help install

-D,-- save-dev : Package will appear in your devDependencies.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3eec3-4f0b7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3eec3-4f0b7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?