I am trying to install ONLY the \"devDependencies\" listed in my package.json file. But none of the following commands work as I expect. All of the following commands install th
npm install thePackageName --save-dev
This works fine for me.