Content Management and Capture

Content Management and Capture

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
  • 1.  React js

    Posted 04/20/21 07:55 AM

    Dear support, There is some advanced explanation how to import the IBM sample plugin "ReactEmailDialogPlugin" or

    "ReactUserColumnSettingsPlugin"

    to workspace with no internet connection?

    how to make npm work etc...?

    how to import it step by step to make it work on no internet connection environment ?



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 2.  RE: React js

    Posted 04/20/21 09:23 AM

    Hi,

    You may build the plugin and copy the built jar to your workspace.



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 3.  RE: React js

    Posted 04/20/21 10:03 AM

    Thank you,

    but what about step 3 on the instructions ?


    1. "Open build.xml. Search for "npmPath" at line 5. Update your NPM path in the value if the path is not default NPM path on your environment.

    "



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 4.  RE: React js

    Posted 04/23/21 06:31 AM

    Have you followed the instructions and installed NPM? Step 3 is to update build.xml and replace the value for npmPath at line 5, using your installation path of NPM.



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 5.  RE: React js

    Posted 04/25/21 10:19 AM

    Dear Angie,

    Should i Download the NPM from this link? https://nodejs.org/en/ just install it? some additional js files are needed? 

    some other configuration except the build path change?



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 6.  RE: React js

    Posted 04/26/21 11:37 AM

    Just install Node.js from the site and npm will be installed together, into the bin folder of Node.js. Then set the bin folder path in the build.xml. All configuration steps are in the readme of the plugin.



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 7.  RE: React js

    Posted 04/26/21 12:01 PM

    Thank you,

    This is exactly what i did but while Import the project in to my eclipse package explorer, the Packages react,src,scripts.. starts to show a lot of syntax error, i assume it related to eclipse support plugins, which Eclipse plugin do i miss?(to work with react with no errors) ?or have to work with different complier for react plugins?



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 8.  RE: React js

    Posted 04/27/21 06:22 AM

    Just follow the readme guide and run the ant build. The errors in eclipse can be ignored.



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration