Stefan Meyer
Stefan Meyer
npm and node should be downloaded and installed for you by [this maven plugin](https://github.com/eirslett/frontend-maven-plugin). Please check why that doesn't work for you. Please also upgrade the the dependency to aem-react...
Are you using the archetype or the demo? Probably you need to update the pom.xml
Usually this means, that ReactScriptEngineFactory (OSGI service) is not running
I think it was refactored to : parsys:{path:''}
I think it is a bug in archetype. Please pass either null or Cqx to the Container constructor. Look here: https://github.com/sinnerschrader/aem-react-js/blob/master/di/Container.tsx#L16
Thanks, I will have a look at the tslint problems. In general tslint errors are just coding style issues, so I don't think it is a blocker. If you see...
Thanks, will update archetype.
Touch UI should work out-of-the-box. Which Version of AEM and aem-react are ypu using?
type of ComponentConfig was changed. it is now ```` parsys: {path: '/....'} ```` instead of ```` parsysPath: '/....' ````
With 6.3 you must whitelist the bundle "com.sinnerschrader.aem.react.core" See also issue here https://github.com/sinnerschrader/aem-react/issues/54