How to install node (attach: NPM lower version method) __vue

Source: Internet
Author: User
Tags install node
In the process of installing node, NPM I keeps an error, such as
NPM err! Write after end

After experimenting with various methods, it is possible to discover the problems caused by the NPM version, and the problem is solved after the release is reduced. The installation process is now sorted as follows:

1. Download node(download here is node-v8.11.1-x64)

Click EXE to install, all the way next.


2. View version number

NODE-V View node version, showing 8.11.1

Npm-v View NPM version, show 6.0.0

Under the engineering path, NPM I always complains

After a variety of troubleshooting, suspected is the NPM version problem, trying to downgrade.


3.NPM Lower version

NPM Install Npm@5.0.0-g

-G Global Installation

If the error is reported, NPX or NPM already exists, delete the corresponding file in the Nodejs directory (NPX and NPM if any are deleted)


Then re-run the NPM installation command to resolve.


4. Operation Engineering

Under the engineering catalogue

NPM I

After successful installation

NPV Run Dev

Then open the browser.

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.