MEDevel.com
  • Open-source
  • Development
  • Self-hosted
  • Med. Radiology
  • Med. Records
  • Lists
  • About

howto

A collection of 3 posts
How to?

Git Stuck (Hangs) On Push (Apple Silicon)

On macOS Apple Silicon, you may get a strange error while pushing your updates to GitHub, here is the fix: git config --global core.compression 4
May 21, 2023
howto

Upgrade Node.js for your Ghost

Upgrade Node.js When upgrading Node.js, you need to run the update for Node and then also re-install Ghost’s dependencies. This is because Ghost has several binary dependencies which are compiled for the specific Node.js version. Without reinstalling dependencies, Ghost will fail to start with strange error
Dec 14, 2021 1 min read
Tutorial

Fix Vue Error: component has been registered but not used

Here is how to fix the infamous Vue error, which you may need while experimenting and learning with Vue, not in production. Here is your ESlint configuration in package.json : "eslintConfig": { "root": true, "env": { "node": true }, "extends": [ "plugin:vue/essential", "eslint:recommended" ], "parserOptions": { "parser": "babel-eslint" }, "rules": { "vue/no-unused-components": "off" } },
Dec 14, 2021
MEDevel.com © 2023
  • About
  • Services
  • Contact
  • Privacy Policy