아래 스택 추적의 링크는이 문제를 해결하는 데 도움이되었습니다.
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