ลิงก์จากการติดตามสแต็กด้านล่างช่วยฉันในการแก้ไขปัญหานี้
Module build failed: Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (64)
For more information on which environments are supported please see:
https://github.com/sass/node-sass/releases/tag/v4.7.2
ลิงก์นี้ ( https://github.com/sass/node-sass/releases/tag/v4.7.2
) แสดงเวอร์ชันโหนดที่รองรับอย่างชัดเจน
OS Architecture Node
Windows x86 & x64 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9
... ... ...
หลังจากดาวน์เกรดเวอร์ชันโหนดเป็นแล้วให้8.11.1
ดำเนินการnpm install
อีกครั้ง ได้รับข้อความต่อไปนี้
Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 8.x
Found bindings for the following environments:
- Windows 64-bit with Unsupported runtime (64)
This usually happens because your environment has changed since running `npm install`.
Run `npm rebuild node-sass --force` to build the binding for your current environment.
สุดท้ายวิ่งnpm rebuild node-sass --force
ตามคำสั่งและทุกอย่างก็เริ่มทำงาน
npm rebuild node-sass
orsudo npm rebuild node-sass