> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nativecli.com/llms.txt
> Use this file to discover all available pages before exploring further.

# inertia:fix

> Fix InertiaJS compatibility issues (deprecated)

<Warning>
  This command was temporarily added whilst awaiting a blocking change to be merged into the InertiaJS repository.

  This command was added in version 1.1.2 and was subsequently removed in version 1.2.0.
</Warning>

This command is provided to assist those using [NativePHP for Mobile](https://nativephp.com/mobile) to fix the ongoing InertiaJS issue with the `nativecli` command.

This command will remove the `@inertiajs/*` package from your project and then re-install it from a [patch provided by Marcel Pociot](https://github.com/inertiajs/inertia/pull/2329).

## Command

Syntax:

```bash theme={null}
nativecli inertia:fix
```

## Options

There are no options provided for this command.

## Learn More

* [Allow custom URL protocols PR by Marcel Pociot](https://github.com/inertiajs/inertia/pull/2329)
