I am trying to install Parcel Webpack, but there are some warnings in this installation. I also checked by deleting the node_modules folder but got the same warning every time.


I am trying to install Parcel Webpack, but there are some warnings in this installation. I also checked by deleting the node_modules folder but got the same warning every time.


 
    
     
    
    The command you are attempting to run uses Python 2 syntax. It is incompatible with Python 3 and when you want to install the package, node-gyp is executed with python3 and this error happened.
This question explain how to change the python version for install package
