Evgheni Calcutin

Results 4 comments of Evgheni Calcutin

Hello @belsouza! Do I understand right, you want to install specific version of NodeJS on Windows machine? If so, the best way to do it is: using `nvm` for Windows....

I still have same issue. ``` ERROR in ../../node_modules/@reduxjs/toolkit/src/dynamicMiddleware/react/index.ts 1:12 Module parse failed: Unexpected token (1:12) You may need an appropriate loader to handle this file type, currently no loaders...

Same here. Cant edit theme :( My docker compose file: ``` version: "3.8" services: ghost: image: ghost:4-alpine restart: always ports: - 8080:2368 volumes: - ./ghostdata:/var/lib/ghost/content environment: url: http://localhost:8080 NODE_ENV: development...