Issue with installing sunbird portal dependency. #130
-
Below is the version in my machine Window 10 Added below variable in environment src/app/client folder when I try to install node dependency we got below error using
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@sachinsahu731 The issue your machine is facing is that most of the node_modules depends on implicit Python version installed. Looks like |
Beta Was this translation helpful? Give feedback.
@sachinsahu731 The issue your machine is facing is that most of the node_modules depends on implicit Python version installed. Looks like
find Python - "python2.7" is not in PATH or produced an error gyp ERR! find Python Python is not set from environment variable
Python is not added into your environment.
Kindly add it in Path and environment variable.
cc: @luckynvdu