Hi,
I am trying to run a sample reactjs app with jqwidgets, but without success so far. I tried 2 ways:
1) I checked the page http://www.jqwidgets.com/jquery-widgets-documentation/documentation/React/React.htm
but it does not give all details, e.g. where/how jqwidget is installed
I tried to npm install –save jqwidgets which does download some react components from jqwidgets, but I get some compilation error from babel
2) I downloaded the zip file from jqwidgets main page, unzip and went to demos/react/ folder and I tried
npm install
npm start
but I get an error message:
ERROR in ./app/validator/defaultfunctionality/app.js
Module not found: Error: Cannot resolve ‘file’ or ‘directory’ ../../../jqwidgets-react/react_jqxvalidator.js in /home/bru/tmp/jqwidgets/demos/react/app/validator/defaultfunctionality
@ ./app/validator/defaultfunctionality/app.js 17:26-83
Please, how can I get any of these working?
Thanks