Prakash Chokalingam
Prakash Chokalingam
By default **react-ssr** assumes the working directory as `process.cwd` But it's not working as expected for mono repo structured application. Sample structure (nestjs monorepo): ``` app ├── api (nestjs app...
For description: https://github.com/saltyshiomix/react-ssr/issues/35
**Module version** "nuxt": "^2.14.6" "@nuxtjs/vuetify": "^1.11.2", Getting the following error, `Cannot assign to read only property base of object #` while adding the following options to my nuxt config, ```...
### Output ``` ===> Running make all: /usr/bin/make -C '/Users/tony/.phpbrew/build/php-7.1.4/ext/mongo//' 'all' >> '/Users/tony/.phpbrew/build/php-7.1.4/ext/mongo///build.log' 2>&1 Error: Command failed: /usr/bin/make -C '/Users/tony/.phpbrew/build/php-7.1.4/ext/mongo//' 'all' >> '/Users/tony/.phpbrew/build/php-7.1.4/ext/mongo///build.log' 2>&1 returns: The last 5 lines in...
### Describe the bug Getting the below error while running the docker compose file failed to solve: failed to read dockerfile: open app.dockerfile: no such file or directory ### How...