reflex icon indicating copy to clipboard operation
reflex copied to clipboard

Pynecone doesn't detect Node.js even when its installed

Open rohitsathish opened this issue 2 years ago β€’ 3 comments

I have nodejs installed on my machine. When I run the command pc run on a conda environment, I get the following error message - Node.js version 12.22.0 or higher is required to run Pynecone.

  • Python Version: 3.10.9
  • Pynecone Version: 0.1.19
  • OS: Windows

rohitsathish avatar Mar 09 '23 11:03 rohitsathish

Check if NodeJS path is in your environment variables. Open a command prompt and run node , you should see a message like this: Welcome to Node.js v19.4.0. Type ".help" for more information. Otherwise you must specify the path where the NodeJS executable is located in the Environment variables.

HellAmbro avatar Mar 09 '23 13:03 HellAmbro

This worked! Thank you

rohitsathish avatar Mar 13 '23 06:03 rohitsathish

Great, i think that this issue can be closed.

HellAmbro avatar Mar 13 '23 08:03 HellAmbro