To install dependencies into the node_modules directory run this command.
npm installIf
npm installfails, this could be caused by user permissions of npm. The recommended way to install npm is throughNode Version Manager.
The watch command compiles the components then monitors the files for changes and recompiles them.
npm run watchAfter all updates are done, this command compiles the assets locally, minifies them and makes them ready for production.
npm run prod