You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -110,24 +110,24 @@ This sample also uses the following open-source modules:
110
110
111
111
**This code is provided *as is* without warranty of any kind, either express or implied, including any implied warranties of fitness for a particular purpose, merchantability, or non-infringement. There is also no guarantee or warranty that raised issues will be answered or addressed in future releases.**
112
112
113
-
You can always download the latest precompiled package of this web part from this repository's [Releases page](https://github.com/SAP-samples/conversational-ai-chatbot-webpart/releases). For the detailed instructions on how to then add the web part on your SharePoint site, please refer to [my post on SAP Blogs](https://blogs.sap.com/?p=1451773).
113
+
You can always download the latest precompiled package of this web part from this repository's [Releases page](https://github.com/SAP-samples/conversational-ai-chatbot-webpart/releases). For the detailed instructions on how to then add the web part on your SharePoint site, please refer to [my post on SAP Blogs](https://blogs.sap.com/?p=1451773). As mentioned, currently the latest version of Node.js supported by the SharePoint framework is **Node.js v14 (Fermium)**, so be sure to have this version installed before proceeding.
Change directory to this project's root folder and install the required modules (it may take several minutes):
123
+
Change directory to this project's root folder and install the required modules (the installation process may take up to several minutes):
124
124
125
125
```bat
126
-
cd cai-chatbot-webpart\
126
+
cd conversational-ai-chatbot-webpart\
127
127
npm install
128
128
```
129
129
130
-
Finally, run the following package script
130
+
Finally, run the following package script:
131
131
132
132
```bat
133
133
npm run release
@@ -137,7 +137,7 @@ to generate the `cai-chatbot.sppkg` file inside the `sharepoint\solution\` folde
137
137
138
138
Once the `.sppkg` file has been compiled, you can upload it to your site's App Catalog, and the web part should appear in the "Edit" mode.
139
139
140
-
To run the web part locally, execute `npm run serve`.
140
+
To run the web part locally, execute `npm run serve`. It should open the local version of SPFx Workbench in your default browser. Please remember, that [it cannot display the integrated chat-bot locally](#description), though.
0 commit comments