We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3179948 + 7bbf35e commit f20e934Copy full SHA for f20e934
frontend/encore/installation.rst
@@ -35,7 +35,7 @@ Install Encore into your project via Yarn:
35
$ yarn add @symfony/webpack-encore --dev
36
37
# if you prefer npm, run this command instead:
38
- # npm install @symfony/webpack-encore --save-dev
+ $ npm install @symfony/webpack-encore --save-dev
39
40
This command creates (or modifies) a ``package.json`` file and downloads
41
dependencies into a ``node_modules/`` directory. Yarn also creates/updates a
0 commit comments