Install custom npm package in javascript action

3
Hi all,   I am trying to import a custom npm library (react native), so I added the react-native-inappbrowser-reborn to my package.json of myy marketplace module (OIDC). Unfortunately, it is not installing the npm package on build/deploy.   When I run the npm install manually in the OIDC folder, it works. The problem is that it generates a load of npm packages that will be committed to svn/git. I do not want that.   Can someone help me explain how I can install a custom (not-mendix) npm package and import it in a javascript file used in a React Native app. Thanks in advance.   My javascript action   My package.json:   my path to these files:
asked
0 answers