opentext / teamsite

TeamSite examples
Apache License 2.0
1 stars 1 forks source link

Local Dev Server Crashes - Pinecode React #1

Open safal07 opened 7 months ago

safal07 commented 7 months ago

Thanks for putting these examples together. The local development server crashes with errors like Cannot read properties of undefined (reading 'stubs'). Looks like global.iw is not defined in local. Please let me know if you need further information.

Steps to reproduce:

  1. Clone the repo
  2. Switch to PINECODE_REACT
  3. npm run start
santoshkumarsiliveru commented 2 months ago

Hi @safal07 , Please initialize global.iw = {};

within iw_module_stubs.js and run again using "npm run start" Please let us know if you need more details

Thanks.