rtritto

Results 310 comments of rtritto

Npm version is outdated. Meanwhile you can use master code with `npm i mongo-express@github:mongo-express/mongo-express` or clone the repo.

`webpack-cli` isn't needed to be installed as global (`webpack` and `webpack-cli` are already dev dependencies of the project). Before start you should run: - `npm i` - `npm run build`

You should not do `cd node_modules/mongo-express`

Can you try? - `npm i mongo-express@github:mongo-express/mongo-express` - `cd node_modules/mongo-express` - `npm i` - `npm run build` OR (preferred) - `git clone https://github.com/mongo-express/mongo-express.git` - `cd mongo-express` - `npm i` -...

@xTudoS the dark theme component should be removed if `ME_CONFIG_OPTIONS_EDITORTHEME` env var isn't empty. The theme logic doesn't work, I did some try such as `ME_CONFIG_OPTIONS_EDITORTHEME="espresso"` or `ME_CONFIG_OPTIONS_EDITORTHEME="oneDark"`.

> 1, The user facing request for enabling accessibility permission for an app on android devices can be quite scary to most users. This feature can be added in an...

@visnkmr this issue has been closed, please can you open it?