How to solve nodejs 1909 error
In nodejs, you can delete the ComSpec in the environment variable to solve the 1909 error; the reason for the 1909 error is the conflict of system environment variables, which can be found through "About" in "System Settings" "Advanced system property settings" can modify environment variables.
The operating environment of this article: Windows 10 system, nodejs version 12.19.0, Dell G3 computer.
How to solve the 1909 error in nodejs
When we install Node.js, a Warning1909 warning will appear. It may be a conflict of system environment variables.
Just need to change the environment variable ComSpec can be deleted without affecting its use.
Expand knowledge:
Open the settings interface of the Windows 10 system.
Then find "Advanced System Settings" from "Related Settings" on the right, and you will enter the system properties page.
#Then click "Environment Variables" in the lower right corner to enter the environment variable setting page of the Windows system.
This opens the environment variable setting window of the Windows 10 system.
Recommended learning: "nodejs video tutorial"
The above is the detailed content of How to solve nodejs 1909 error. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Node.js has LTS version and Current version. What is the difference between these two versions? The following article will help you quickly understand the differences between Node.js versions, and talk about how to choose the appropriate version. I hope it will be helpful to you!

Node.js is a single-threaded language. It is developed based on the V8 engine. V8 was originally designed to parse and run the JavaScript language on the browser side. Its biggest feature is that it is single-threaded. This design avoids some Multi-threaded state synchronization issues make it lighter and easier to use.

How does Node.js perform version management? The following article will share with you 3 very practical Node.js version management tools. I hope it will be helpful to you!

How to use Node.js to crawl web page data and write it to an Excel file? The following article uses an example to explain how to use Node.js to crawl web page data and generate Excel files. I hope it will be helpful to everyone!

How to run node in IDEA? The following article will introduce to you how to configure, install and run node.js in IDEA. I hope it will be helpful to you!

nodejs is a JavaScript runtime based on the Chrome V8 engine for building high-performance, scalable web applications. The emergence of nodejs allows JavaScript to run on the server side. Developers can use the same language to build front-end and back-end applications, reducing learning costs and code duplication. Its high performance, high concurrency processing capabilities, and rich modules and tools, Nodejs has become one of the important tools for modern network application development.

How to use Node to convert Excel to JSON? The following article will introduce you to the method of converting Excel into JSON in Node. I hope it will be helpful to you!

QR codes are everywhere in life. I have also used Java’s zxing library to generate QR codes before, and it is very powerful. But in fact, there are many third-party libraries on nodejs that can generate QR codes. Today we are using the qrcode library to generate QR codes.
