force-upgrade-node

0.0.2 • Public • Published

force-upgrade-node NPM version js-standard-style

Very forceful, dangerous, not recommended upgrade of Node on Windows

This package is idiotic and no sane person should ever use it. I only wrote it to run on a prod server for fun and profit. #NotSane.

When the exported function is called it attempts to do the following:

  1. Get latest LTS release of Node in zip format
  2. Unzip it
  3. Spin up a GO script that does the following:
  • Kills all node.exe processes, including the one it was called from
  • Moves active Node program folder to ${oldFolder}-bak
  • Moves contents of downloaded zip into that folder

It does nothing else. Doesn't attempt to cleanup any mess it made with NPM, doesn't do anything about potential issues with installed modules global or otherwise, probably won't work in 90% of cases, will most likely destroy your rig.

Also, if you're dumb enough to run this be advised it needs run from an elevated command prompt in order to do all the file ops.

But seriously, don't run this. It's infinitely stupid and dangerous.

cli install

$ npm install --global force-upgrade-node

install

$ npm install --save force-upgrade-node

cli usage

$ force-upgrade-node

programmatic usage

const fun = require('force-upgrade-node')
fun()

License

MIT © Andrew Carpenter

/force-upgrade-node/

    Package Sidebar

    Install

    npm i force-upgrade-node

    Weekly Downloads

    3

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • doesdev