Hi Sam,
Thanks for the reply.
We are currently on the most up to date SDK. We have run yarn recently as well.
The error I was getting during validation was:
Validation status
Invalid - The package cannot be extracted
Here are the pack results:
yarn pack v1.22.17
success Wrote tarball to "C:\\repos\\Msdyn365.Commerce.Online\\Msdyn365.Commerce.Online-v1.0.0.tgz".
Done in 1.31s.
The file uploaded to the asset library was:
Msdyn365.Commerce.Online-v1.0.0.tgz
Here are the dependencies:
"dependencies": {
"@msdyn365-commerce-modules/fabrikam-design-kit": "9.34",
"@msdyn365-commerce-modules/msdyn365-exp-test-connector": "^1.0.0",
"@msdyn365-commerce-modules/starter-pack": "9.34",
"@msdyn365-commerce-theme/adventureworks-theme-kit": "9.34",
"@msdyn365-commerce/bootloader": "^1.0.0",
"@msdyn365-commerce/retail-proxy": "9.34",
"reactstrap": "^6.5.0",
"stack-trace": "^0.0.10",
"tslib": "^1.9.3",
"path-browserify": "1.0.1",
"stream-browserify": "3.0.0",
"browserify-fs": "1.0.0",
"util": "0.12.3",
"react-universal-component": "^4.0.0",
"@babel/runtime": "^7.12.5",
"run-script-webpack-plugin": "0.0.5",
"terser": "5.5.0",
"terser-webpack-plugin": "5.1.1",
"process": "0.11.10",
"sass-loader": "^10.2.0",
"css-loader": "^2.1.1",
"node-sass": "^6.0.1",
"mini-css-extract-plugin": "^0.5.0",
"css-minimizer-webpack-plugin": "3.1.3",
"ignore-emit-webpack-plugin": "2.0.6"
Steps taken prior to packing:
* We downloaded the 10.0.24 version from the Github repository
* Ran yarn in the folder from the VS Code Terminal once the folder containing all files was unzipped
* Ensured the .npmrc file was correct (followed the Install Adventure Works Theme documentation)
* Ensured the .yarnrc file was correct
* Ran yarn add @msdyn365-commerce-theme/adventureworks-theme-kit@9.34
* Added font files to \public\webfonts
* Added resource folder to \public\src
* Ran yarn start and checked localhost against our e-commerce site using ?theme=adventureworks
* The theme appeared to change our modules and theme style to that of adventure works
* Ran yarn pack
* Uploaded .tgz file