Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Can 3rd part libraries(like axios, redux) be used in VDOM architecture ?

User_HNNNUDec 9 2021

Can 3rd part libraries(like axios, redux) be used in VDOM architecture ? If yes, can someone help with steps ?
I tried below steps :

  1. Installed axios
  2. Imported axios into component
  3. used it, axios.get()

Getting an error
Uncaught Error: Script error for "axios", needed by: components/Newcomponent
https://requirejs.org/docs/errors.html#scripterror
at makeError (require.js:168)
at HTMLScriptElement.onScriptError (require.js:1738)

This post has been answered by John JB Brock-Oracle on Dec 10 2021
Jump to Answer
Comments
Post Details
Added on Dec 9 2021
1 comment
283 views