We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb516d3 commit 5ef877eCopy full SHA for 5ef877e
modules/ROOT/partials/module-loading/bundling-vite-es6-npm_vite-dependencies.adoc
@@ -3,7 +3,7 @@ ifeval::[{is_zip_install} == false]
3
+
4
[source,sh]
5
----
6
-npm create vite@5 . && NPM install tinymce
+npm create vite@5 . && npm install tinymce
7
8
9
. Or add `+tinymce+` and the following development dependencies to your existing project.
@@ -13,7 +13,7 @@ For example:
13
14
15
16
-npm install tinymce && NPM install --save-dev vite
+npm install tinymce && npm install --save-dev vite
17
18
19
endif::[]
0 commit comments