নীচের স্ট্যাক ট্রেসের লিঙ্কটি এই সমস্যাটি সমাধানে আমাকে সহায়তা করেছে।
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
বাsudo npm rebuild node-sass