नीचे दिए गए स्टैक ट्रेस से लिंक ने मुझे इस मुद्दे को हल करने में मदद की।
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