简体   繁体   中英

How can I install parcel package using npm install --save-dev parcel?

I am trying to install parcel webpack but there are some warnings in this installation. I also checked by deleting node_moduels folder but every time getting the same warning.

Screenshot 1

Screenshot 2

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM