MEDevel.com: Open-source Guide to Healthcare and Medical Software
  • Open-source
  • Productivity
  • Development
  • Self-hosted
  • List
  • Radiology
  • EMR/ EHR/ HIS

howto

A collection of 2 posts
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: Open-source Guide to Healthcare and Medical Software © 2023
  • About
  • Services
  • Contact
  • Privacy Policy
Powered by Ghost