Node.js: Python not found exception due to node-sass and node-gyp

前端 未结 12 1355
余生分开走
余生分开走 2020-12-04 15:22

Suddenly in one of my jenkins environment build has started failing, while in local machine it seems to be working fine as i have python installed,

From the logs i w

12条回答
  •  暖寄归人
    2020-12-04 15:51

    This is 2 years old, but none of them helped me.

    I uninstalled my NodeJS v12.8.1 (Current) and installed a brand new v10.16.3 (LTS) and my ng build --prod worked.

提交回复
热议问题