We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://reflex.dev/docs/getting-started/installation/
Prerequisites should mention that for Linux, npm must be installed.
Otherwise, on reflex run
reflex run
there will be errors:
FileNotFoundError: NPM not found. You may need to run `reflex init`.
which does not really help.
The text was updated successfully, but these errors were encountered:
ENG-4509 Issue with reflex.dev documentation
Sorry, something went wrong.
What is confusing about that error message, typing reflex init will solve it by installing npm
As mentioned, npm seems to be a system prerequisite. If npm is not present, the error will occur.
reflex init will not solve anything because npm is a system level component that must be installed, eg using apt.
reflex init
reflex init only makes changes in the venv.
It does not install npm, AFAIK, and does not install npm on, eg. Linux Mint. Hence, the error message is confusing at best, ineffectual at worst.
Anyway, the main issue is the docs, which should say npm is a prerequisite, not the error message per se.
No branches or pull requests
https://reflex.dev/docs/getting-started/installation/
Prerequisites should mention that for Linux, npm must be installed.
Otherwise, on
reflex run
there will be errors:
which does not really help.
The text was updated successfully, but these errors were encountered: