izaera / liferay-npm-examples

[DEPRECATED: see README] Examples showing how to use Liferay Portal's NPM support
6 stars 8 forks source link

Cannot deploy the react-example #2

Closed dariarse closed 7 years ago

dariarse commented 7 years ago

Hi all!

I'm trying to deploy the react-example in Liferay DXP but after building the react part I cannot deploy it from the view.jsp just the way you suggest to do it. In my view.jsp I have:


<aui:script require="liferay-npm-example-react-old@1.0.1">
</aui:script>

<div id="liferay-npm-example-react-root"></div>

But then all I see is the portlet without the react app. And the console shows "Failed to get resource". I've found that the react transpiled script is in

http://localhost:8080/combo/?browserId=other&/o/liferay-npm-example-react-old/lib/index.es.js

I do not know how to manage to get things work. Could anyone give me a hint please? @izaera Do you have any ideas? Thanks!

izaera commented 7 years ago

@dariarse This project if only meant to work in the current development version of Liferay portal as it is a work in progress for the next version. It won't work in Liferay 7.

I have updated the README to avoid future misunderstandings. Sorry :-(