NPM Install node-sass Error in window environment

Source: Internet
Author: User
Tags install window install node npm install node

Recently ready to initialize a project with VUE-CLI, need to sass-loader compile;

found that the NPM install Node-sass and Sass-loader have been error-

The window command line prompts me to install Node-gyp globally, with some hints that Python cannot be found locally,

So I follow the prompts to install Node-gyp

node-gypis a cross-platform command-line tool written in node. js to compile the local plug-in module for node. js.

Node-gyp

NODE-GYP official website Https://www.npmjs.com/package/node-gyp

Command line Code

NPM install-g Node-gyp

After installation, I found an error, and finally found the Official document window environment to install window's own build tool

So we're going to write a single line of commands

Install--global--production windows-build-tools

It is important to note that the command must be in the CMD command window run by the administrator because of the permissions

After the installation is successful, we can install the Node-sass, hoping to help everyone

NPM Install node-sass Error in window environment

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.