Tag Archives: webstorm

[Solved] Msbuild: error msb3428: the group cannot use the visual c + + function “vcbuild. Exe”.

After modifying the node version, the project starts to prompt the error message. Nothing has been changed. The error message is as follows:

MSBUILD : error MSB3428: The Visual C++ component "VCBuild.exe" failed to load. To resolve this issue, 1) install the .NET Framework 2.0 SDK; 2) install Microsoft Visual Studio 2005; or 3) if the component is installed in another location, add its location to the system path. [D:\manage\web\node_modules\utf-8-validate\bui
ld\binding.sln]

 

Error reason: missing windows build in

Solution: run as administrator   And open the command-line tool. Run NPM install – global – production windows build tools in the command-line tool.

Webstorm startup error load error: undefined path variables

When starting webstorm, the following error will be reported:

The reason for this problem is that the less environment is not set properly. Please see the solution:

1. Open the setting panel as follows:

In the figure above, pay special attention to serial number 4. It must be set to global.

2. Restart webstorm and open it again without this error  

The problem of mobile hybrid development RN Android deployment appears Unsupported class file major version xx

  General error during semantic analysis: Unsupported class file major version 57
  
  java.lang.IllegalArgumentException: Unsupported class file major version 57
        at groovyjarjarasm.asm.ClassReader.<init>(ClassReader.java:184)
        at groovyjarjarasm.asm.ClassReader.<init>(ClassReader.java:166)
        at groovyjarjarasm.asm.ClassReader.<init>(ClassReader.java:152)
        at groovyjarjarasm.asm.ClassReader.<init>(ClassReader.java:273)

Appear this error is your JDK version is wrong, general RN ask JDK version is 1.8, recommends after installation, the project of the android/gradle. Add the following configuration properties
org. Gradle. Java. Home =/Volumes/Mac/Software/android \ Studio app/Contents/jre/JDK/Contents/home

webstorm npm install –save –save-exact –loglevel error react react-dom react-scripts has failed.

webstorm create react project pull data

project right click –> Open in terminal and then type the following command in the terminal

set up taobao image of acceleration: NPM config set registry https://registry.npm.taobao.org

check whether the setting is successful: NPM config get registry
details are as follows:

Microsoft Windows [版本 10.0.17763.615]
(c) 2018 Microsoft Corporation。保留所有权利。

H:\Project\React app\untitled3>npm config set registry https://registry.npm.taobao.org

H:\Project\React app\untitled3>npm config get registry
https://registry.npm.taobao.org/

H:\Project\React app\untitled3>