nuxt2 issues notes

51 阅读1分钟

mac 安装 node-sass sass-loader 在 postscripts 报错

# https://bobbyhadz.com/blog/python-no-module-named-distutils-util#:~:text=%23%20ModuleNotFoundError%3A%20No%20module%20named%20%27distutils.util%27%20The%20error,install%20python3-distutils%20command%20to%20install%20the%20distutils%20module.

brew install python3-distutils # python3-distutils 这个包并不存在 brew 提示下面的命令

brew install python-setuptools

最后使用的版本

    "node-sass": "8.0.0",
    "sass-loader": "10"