![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@getevm/evm
Advanced tools
A tool for developers using Windows that allows you to quickly switch between PHP versions.
If this package has helped you, and you're feeling particularly generous, you can tip me some ETH (or ETH based crypto): 0x6515654c8e931052ab17a63311411D475D503e59
This tool assumes a couple of things:
evm
modifies the PATH
variableThis package is installed as a global npm
package:
npm i -g @getevm/evm@latest
The basic syntax for the command is:
$ evm <cmd> <version> [-ts] [-at <x86|x64>]
-ts
flag refers to thead safety. If omitted it will pull a non-thread safe release-at
flag refers to the architecture type. It allows you to specify whether to pull a release targeting a specific architecture type. If
omitted it will try and sniff the architecture of the machine requesting the release and use thatThe available commands are:
$ evm install 8.1.0 # install v8.1.0 non-thread safe and sniff the arch type from OS
$ evm install 8.1.0 --ts --archType=x86 # install v8.1.0 thread safe 32bit
$ evm use 8.1.0 --ts --archType=x64 # use v8.1.0 thread safe 64bit
$ evm ls # see information about current evm installed releases
$ evm sync # synchronise the local version file with the remote version file; used to pull latest PHP releases
Originally, evm
was written in PHP and available via Composer, however, I noticed several issues:
evm
is no longer dependent on specific PHP versions or Composer packages.evm
, and then start installing PHP.PATH
variable has been ruined after using evm
!Though rare - we've put in safety measures to prevent this - it's possible your PATH
variable might get damaged during this process.
For this reason, we generate a log file each time we attempt to make changes to the PATH
variable. This log file contains the value of the PATH
variable before we modified. If evm
can't create this file for some reason, it won't proceed.
The logs
directory can be found in the evm
directory.
The alternative was to call it pvm
(PHP Version Manager) and I preferred evm
.
Secondly, my intention was to (is to?) make it work with other languages to (Python?) but this isn't confirmed yet.
Any other questions? Open an issue.
FAQs
An environment version manager.
The npm package @getevm/evm receives a total of 1 weekly downloads. As such, @getevm/evm popularity was classified as not popular.
We found that @getevm/evm demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.