It is definitely not installing multiple packages
Why? You’re installing package1 and package2 and marking them as devDependencies
with --save-dev
.
As stated in the documentation, you may combine multiple arguments, and even multiple types of arguments. In your case, you’re combining 2 package names published on the registry.
Related Posts:
- Node update a specific package
- What does cmd /C mean?
- What does cmd /C mean?
- Using multiple delimiters in awk
- How to run SQL script in MySQL?
- How can I pass an argument to a PowerShell script?
- Windows 7 Symbolic Link – Cannot create a file when that file already exists
- How do I make a python script executable?
- How to edit a py file from terminal?
- How do you input command line arguments in IntelliJ IDEA?
- How can I find out if I have Xcode commandline tools installed?
- What is the reason for the CD /D switch in Windows cmd?
- git undo all uncommitted or unsaved changes
- Install oAuth PECL error: Cannot install, php_dir for channel “pecl.php.net” is not writeable by the current user
- events.js: 141 throw er; // Unhandled ‘error’ event
- Local WordPress installation is stripping ‘wp-admin’ from URL on WordPress admin dashboard
- “No such file or directory” but it exists
- How can I update NodeJS and NPM to the next versions?
- How can I update npm itself?
- How to install a previous exact version of a NPM package?
- How to solve npm error “npm ERR! code ELIFECYCLE”
- How to solve npm error “npm ERR! code ELIFECYCLE”
- Error unable to access jarfile C:\Jar
- npm check and update package if needed
- Node.js version on the command line? (not the REPL)
- After command npm start “Missing script:start” error
- How to pretty print XML from the command line?
- Git is not working after macOS Update (xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- sudo: npm: command not found
- How to resolve Nodejs: Error: ENOENT: no such file or directory
- Git is not working after macOS Update (xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- How to find which version of TensorFlow is installed in my system?
- How do I completely uninstall Node.js, and reinstall from beginning (Mac OS X)
- How to fix “ReferenceError: primordials is not defined” in Node.js
- Difference between npx and npm?
- Please run `npm cache clean`
- How do I copy a folder from remote to local using scp?
- What is the difference between npm install and npm run build?
- How do I parse command line arguments in Bash?
- syntax error when using command line in python
- https connection using CURL from command line
- npm ERR cb() never called
- NPM clean modules
- ‘node’ is not recognized as an internal or an external command, operable program or batch file while using phonegap/cordova
- syntax error when using command line in python
- How to install JQ on Mac on the command line?
- Everytime I run gulp anything, I get a assertion error. – Task function must be specified
- Create an empty file on the commandline in windows (like the linux touch command)
- NPM Start not starting local server
- “Task function must be specified at Gulp.set” error when running gulp
- What does ” yarn build ” command do? Are ” npm build ” and “yarn build” similar commands?
- NPM ELIFECYCLE error – using node server.js command
- how to render a react component using ReactDOM Render
- What is the –save option for npm install?
- What is the difference between yarn run and npm start?
- Node.js – SyntaxError: Unexpected token import
- nodemon not working: -bash: nodemon: command not found
- How do I import an SQL file using the command line in MySQL?
- After $npm install, Getting Error: Cannot find module ‘../lib/utils/unsupported.js’
- npm install not working in windows
- nodemon not found in npm
- Node.js – SyntaxError: Unexpected token import
- ‘npm’ is not recognized as an internal or external command, operable program or batch file
- Why do JVM arguments start with “-D”?
- nodemon not found in npm
- How do I import an SQL file using the command line in MySQL?
- How to reload .bash_profile from the command line?
- What is the purpose of “&&” in a shell command?
- Angular – ng: command not found
- webpack: Module not found: Error: Can’t resolve (with relative path)
- Mysql: Setup the format of DATETIME to ‘DD-MM-YYYY HH:MM:SS’ when creating a table
- ExpressJS – throw er Unhandled error event
- What exactly is the ‘react-scripts start’ command?
- npm ERR! code UNABLE_TO_GET_ISSUER_CERT_LOCALLY
- npm ERR! registry error parsing json – While trying to install Cordova for Ionic Framework in Windows 8
- Why am I getting “Error socket hang up” response?
- “You seem to not be depending on “@angular/core”.”
- Node.js Port 3000 already in use but it actually isn’t?
- Command Prompt “Net View System Error 6118”
- Field ‘browser’ doesn’t contain a valid alias configuration
- Unable to resolve dependency tree error when installing npm packages
- npm – EPERM: operation not permitted on Windows
- How can I generate a list of files with their absolute path in Linux?
- keep getting “? Something is already running on port 3000” when I do npm start on react app
- What Are “npm run dev” and “npm run prod”
- Find the version of an installed npm package
- mkdir’s “-p” option
- “npm config set registry https://registry.npmjs.org/” is not working in windows bat file
- How to change the output color of echo in Linux
- Recursively find all files that match a certain pattern
- How do I uninstall a package installed using npm link?
- How to use npm jquery module?
- Diff command along with Grep gives “Binary file (standard input) matches”
- What is cp: cannot stat error in Unix, I get this error when trying to copy thing from one folder to another
- Error: EACCES: permission denied, access ‘/usr/local/lib/node_modules’
- ExpressJS – throw er Unhandled error event
- Error “Cannot find module ‘npmlog'” after “npm update -g”
- How do I set a variable to the output of a command in Bash?
- What is the difference between –save and –save-dev?
- error: This is probably not a problem with npm. There is likely additional logging output above