This repository was archived by the owner on Dec 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ documentation](https://docs.strapi.io/dev-docs/quick-start).
6262
6363## 🦾 Installation
6464``` shell
65- yarn add
[email protected] strapi-plugin-field-formula@latest
65+ yarn add strapi-plugin-field-formula@latest
6666```
6767** OR**
6868``` shell
69- npm install
[email protected] strapi-plugin-field-formula@latest
69+ npm install strapi-plugin-field-formula@latest
7070```
7171After successful installation you could re-build the Strapi instance. You could use the next commands (default) inside
7272your Strapi project:
Original file line number Diff line number Diff line change 2020 "@strapi/helper-plugin" : " ^4.12.5" ,
2121 "@strapi/icons" : " ^1.6.3" ,
2222 "prop-types" : " ^15.7.2" ,
23- "axios" : " 1.4.0"
23+ "axios" : " 1.4.0" ,
24+ "mathjs" : " 11.9.1"
2425 },
2526 "devDependencies" : {
2627 "@commitlint/cli" : " 17.7.1" ,
4546 "react" : " ^18.2.0" ,
4647 "react-dom" : " ^18.2.0" ,
4748 "react-router-dom" : " ^5.3.4" ,
48- "styled-components" : " ^5.3.6" ,
49- "mathjs" : " 11.9.1"
49+ "styled-components" : " ^5.3.6"
5050 },
5151 "peerDependencies" : {
5252 "@strapi/strapi" : " ^4.4.0" ,
5353 "react" : " ^18.2.0" ,
5454 "react-dom" : " ^18.2.0" ,
5555 "react-router-dom" : " ^5.3.4" ,
56- "styled-components" : " ^5.3.6" ,
57- "mathjs" : " 11.9.1"
56+ "styled-components" : " ^5.3.6"
5857 },
5958 "engines" : {
6059 "node" : " >=14.19.1 <=18.x.x" ,
You can’t perform that action at this time.
0 commit comments