# benja-module **Repository Path**: mirrors_WebReflection/benja-module ## Basic Information - **Project Name**: benja-module - **Description**: The basic module used to bootstrap BENJA - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Benja OS Helper Used mostly to fix a well-known Electron limitation with `NODE_PATH` env variable, this module is needed to fix further `require(module)` down your app. It can be used in both backend and frontend files. Install it locally via `npm install benja` and after that: ```js // on top of index.js or index.html // to have access to both local and global modules require(process.cwd() + '/node_modules/benja').paths(); ``` Visit [Benja OS](https://archibold.io/benja/) site to know more about BENJA.