I get python errors with installing pre-requisites onto a node.js project -


i installing packages needed in node.js project downloaded , getting ton of errors have no idea how resolve them. seems involved getting python run. have both 2.7 , 3.3 on computer.

here images of errors

error 1 error 2

the issue python 2.7 either not on path or else after python 3.3. can solve problem either:

  • passing path python 2.7 using --python flag (as states in error) or
  • by adding path python 2.7 (c:\python27, likely) path (or moving before c:\python33 in list).

Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -