File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -99,28 +99,25 @@ composer development-enable
9999
100100- If not already done, remove the `.dist` extension from `config/autoload/development.local.php.dist`.
101101
102- ## NPM Commands
102+ ## Bundle Static Modules
103+
104+ > Prerequisite software: Node.js v20 (minimum supported version)
103105
104106To install dependencies into the `node_modules` directory run this command.
105107
106108```shell
107109npm install
108110```
109111
110- - If `npm install` fails, this could be caused by user permissions of npm. Recommendation is to install npm through `Node Version Manager`.
112+ > If `npm install` fails, this could be caused by user permissions of npm.
113+ Recommendation is to install npm through `Node Version Manager`.
111114
112- The watch command compiles the components then watches the files and recompiles when one of them changes .
115+ The build command compiles the components then monitors the source files and triggers their recompilation when one of them is changed .
113116
114117```shell
115- npm run watch
118+ npm run build
116119```
117120
118- After all updates are done, this command compiles the assets locally, minifies them and makes them ready for production.
119-
120- ```shell
121- npm run prod
122- ```
123-
124121## Running the application
125122
126123We recommend running your applications in WSL:
You can’t perform that action at this time.
0 commit comments