regepanのはてなブログ

個人的なメモ帳レベルの文章。

Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (67)

環境

  • macOS High Sierra 10.13.6(17G65)
  • PHP 7.4.3
  • Laravel Framework 7.1.0

ログイン機能を実装しようとしてエラーが発生。

php artisan ui vue --auth
npm run development

エラー

Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (67)

解決方法

yarn add node-sass 

これでcss, jsが生成される。