Setting up the Project
- Create a new Repo and Clone It In your local workstation
- In the terminal or command prompt navigate to that path and generate the new Site Package using the following command
yo akumina
- Enter the values In the questions; example values are below:
? Project name: SitePackage6
? Client namespace: ak
? Akumina version: 5.5.0.0
? Use React?: yes
? Widget name: helloak627
- Install and updte the dependencies, use --force to force the installation. Refer Quickstart Akumina Developr Documentation
npm install --force
npm uninstall webpack-cli --force
npm install webpack-cli@3.3.12 --force
In rare cases, you may need to manually update the SiteDeployer.exe related files to tools folder
Open the folder In VS Code