I’m encountering an issue where Remix isn’t found, but it seems to be present when I check via the Shell. Here’s what I did:
- I navigated to the project directory:
~/project/src
- I ran the command:
yarn remix --version
- The output confirmed that Remix version 1.19.3 is installed, as shown below:
cssCopy code
yarn run v1.22.19
$ /opt/render/project/src/node_modules/.bin/remix --version
1.19.3
Done in 1.08s.
Why am I still getting a “Remix not found” error despite this confirmation that Remix is installed?