search
HomeWeb Front-enduni-appAn error occurred when vuecli created uniapp

In recent years, the Vue.js framework has become one of the preferred frameworks for front-end development due to its excellent performance, modular development method and ease of use. Based on Vue, Uni-app can build specialized mini programs and H5 applications at the same time, bringing more convenience and efficiency to developers. However, when using Vue-cli to create a Uni-app project, some errors sometimes occur. This article will focus on this topic.

​ First, let’s take a look at how to use Vue-cli to create a Uni-app project. Open the terminal and enter the following command:

npm install -g @vue/cli
vue create -p dcloudio/uni-preset-vue my-project

The first line of command is to install Vue-cli globally. The second line uses dcloudio/uni-preset-vue to create a Uni-app project, and my-project is the name of the created project. However, when using this command, we may encounter some errors, which will be discussed in detail next.

1. The first error

When executing the second line of command above, we may encounter the error that the vue create command is not recognized, as follows As shown in the picture:

An error occurred when vuecli created uniapp

​ For this error, we can use the following command to solve it:

npm install @vue/cli-init -g

​ This command will install vue-init, And add it to our environment variables. If this problem occurs again in the future, you can still use this command to solve it.

2. The second error

After using the first command, we may also need to configure some environment variables, otherwise it may be possible when using Vue-cli to create the Uni-app project The following error will appear:

An error occurred when vuecli created uniapp

# This is an error caused by not configuring environment variables when using the vue create command. To solve this problem, we need to add a PATH to the environment variable, pointing to the npm running path in the system. We can enter the following command in the terminal to set it up (commands for different systems are slightly different):

export PATH=$PATH:`npm bin -g`

​ After completion, we can use the vue create command again to create a new project to avoid this error.

3. The third error

​ The third error is that after creating the project, the following error may occur when running the project:

An error occurred when vuecli created uniapp

​ To address this problem, we can try to update the version of Node.js. Generally speaking, it is recommended to use the latest official LTS version.

4. The fourth error

​ The fourth error is when executing the npm install command, an error message appears, as shown in the figure below:

An error occurred when vuecli created uniapp

​ At this time, we can use the following commands to solve the problem:

npm install -g node-gyp 
npm install -g --production windows-build-tools 
npm install@3.7.5 或 npm install --unsafe-perm 

​ The first command installs node-gyp, and the second command installs windows-build-tools. The third command is used to install the required packages, and its version can be adjusted according to the actual situation.

​ In this article, we discuss several errors and solutions that may occur when using Vue-cli to create Uni-app. Through these methods, we can build the Uni-app environment more easily and improve our development efficiency. We hope it will be helpful to you.

The above is the detailed content of An error occurred when vuecli created uniapp. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
How do I handle local storage in uni-app?How do I handle local storage in uni-app?Mar 11, 2025 pm 07:12 PM

This article details uni-app's local storage APIs (uni.setStorageSync(), uni.getStorageSync(), and their async counterparts), emphasizing best practices like using descriptive keys, limiting data size, and handling JSON parsing. It stresses that lo

How do I make API requests and handle data in uni-app?How do I make API requests and handle data in uni-app?Mar 11, 2025 pm 07:09 PM

This article details making and securing API requests within uni-app using uni.request or Axios. It covers handling JSON responses, best security practices (HTTPS, authentication, input validation), troubleshooting failures (network issues, CORS, s

How do I manage state in uni-app using Vuex or Pinia?How do I manage state in uni-app using Vuex or Pinia?Mar 11, 2025 pm 07:08 PM

This article compares Vuex and Pinia for state management in uni-app. It details their features, implementation, and best practices, highlighting Pinia's simplicity versus Vuex's structure. The choice depends on project complexity, with Pinia suita

How do I use uni-app's geolocation APIs?How do I use uni-app's geolocation APIs?Mar 11, 2025 pm 07:14 PM

This article details uni-app's geolocation APIs, focusing on uni.getLocation(). It addresses common pitfalls like incorrect coordinate systems (gcj02 vs. wgs84) and permission issues. Improving location accuracy via averaging readings and handling

How do I use uni-app's social sharing APIs?How do I use uni-app's social sharing APIs?Mar 13, 2025 pm 06:30 PM

The article details how to integrate social sharing into uni-app projects using uni.share API, covering setup, configuration, and testing across platforms like WeChat and Weibo.

How do I use uni-app's easycom feature for automatic component registration?How do I use uni-app's easycom feature for automatic component registration?Mar 11, 2025 pm 07:11 PM

This article explains uni-app's easycom feature, automating component registration. It details configuration, including autoscan and custom component mapping, highlighting benefits like reduced boilerplate, improved speed, and enhanced readability.

How do I use preprocessors (Sass, Less) with uni-app?How do I use preprocessors (Sass, Less) with uni-app?Mar 18, 2025 pm 12:20 PM

Article discusses using Sass and Less preprocessors in uni-app, detailing setup, benefits, and dual usage. Main focus is on configuration and advantages.[159 characters]

How do I use uni-app's uni.request API for making HTTP requests?How do I use uni-app's uni.request API for making HTTP requests?Mar 11, 2025 pm 07:13 PM

This article details uni.request API in uni-app for making HTTP requests. It covers basic usage, advanced options (methods, headers, data types), robust error handling techniques (fail callbacks, status code checks), and integration with authenticat

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Hot Tools

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft