After upgrading to vue 3 : “Cannot find module ‘@vue/compiler-sfc/package.json’ “

The commands to get it working are: yarn add vue@next yarn add @vue/compiler-sfc -D Note the -D to add it to the devDependencies rather than the dependencies. Then to remove the old dependency: yarn remove vue-template-compiler Note that vue@next currently points at the latest release of Vue 3 but that will likely change in future. … Read more

Reasons and advantages for upgrading to Java 6 for a non-technical decider (at the client)

Java 5 is now well past its end-of-life date. Sun/Oracle will no longer issue public updates to it. Java SE 5.0 is in its Java Technology End of Life (EOL) transition period. The EOL transition period began April 8th, 2007 and will complete October 8th, 2009, when Java SE 5.0 will have reached its End … Read more

Update TensorFlow

(tensorflow)$ pip install –upgrade pip # for Python 2.7 (tensorflow)$ pip3 install –upgrade pip # for Python 3.n (tensorflow)$ pip install –upgrade tensorflow # for Python 2.7 (tensorflow)$ pip3 install –upgrade tensorflow # for Python 3.n (tensorflow)$ pip install –upgrade tensorflow-gpu # for Python 2.7 and GPU (tensorflow)$ pip3 install –upgrade tensorflow-gpu # for Python … Read more