-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
Category
- Question
- Typo
- Bug
- Additional article idea
I created SPFx webpart solution along with ReactJs framework. while I build the package solution using gulp bundle --ship
, I unable to finish build successfully and following error showing into logged.
The build failed because a task wrote output to stderr.
I believe due to above screenshot error, i unable to complete gulp package-solution --ship
. I've used includeClientSideAssets": true
into package-solution.json file.
My Attempts:
I checked all version of packages and all are updated. I've confirmed through
npm updated
.
I executed following command to get clean and again build the solution.
gulp clean
gulp build
gulp build --ship (failed on this case and error shown above screenshot)
Following attached screenshot for package.json file
I'm not sure what is missing part from my end?
Thanks!