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.
1 parent 19841a9 commit b74b02eCopy full SHA for b74b02e
modules/ROOT/pages/installation-self-hosted.adoc
@@ -10,10 +10,10 @@ Install {productname} using npm or Yarn:
10
[source,sh]
11
----
12
# Using npm
13
-npm install tinymce@^{productmajorversion}
+npm install tinymce@^{productmajorversion}.0.0
14
15
# Using Yarn
16
-yarn add tinymce@^{productmajorversion}
+yarn add tinymce@^{productmajorversion}.0.0
17
18
19
Then configure {productname} to use the local installation:
0 commit comments