Sitecore / jss

Software development kit for JavaScript developers building web applications with Sitecore Experience Platform
https://jss.sitecore.com
Apache License 2.0
262 stars 272 forks source link

Embedded Jss app throws promse error #701

Closed abhaydhar closed 3 years ago

abhaydhar commented 3 years ago

It seems the embedded jss sample is missing the promise package.

ERROR in ./node_modules/react-stepzilla/dist/main.js Module not found: Error: Can't resolve 'promise' in 'C:\Projects\jss-embedded-abhay\samples\sitecore-embedded-jss-app\node_modules\react-stepzilla\dist' @ ./node_modules/react-stepzilla/dist/main.js 19:15-33 @ ./src/app/components/StepZillaPatched.js @ ./src/app/components/Wizard.js @ ./src/app/componentFactory.js @ ./src/boot/Root.js @ ./src/client.js @ multi webpack-dev-server/client?http://localhost:3000 ./client.js

abhaydhar commented 3 years ago

https://github.com/Sitecore/jss/pull/702 raised for bug fix