Yarn - Node Sass does not yet support my current environment

后端 未结 6 1321
春和景丽
春和景丽 2021-01-07 16:48

I\'m using Sage WordPress starter theme - https://github.com/roots/sage.

From today when I run yarn build (webpack --progress --config /webpack.config.js) appears th

6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-07 17:45

    If anyone is using Amazon EC2 AMI Image then follow below instructions

    1. Install nvm only from https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/setting-up-node-on-ec2-instance.html
    2. nvm ls-remote
    3. nvm install v10.16.0

    node-sass build will be successful as per your AMI Image.

提交回复
热议问题