vs Warning:This project is out of date

博客提及解决问题的方法,即先进行清理解决方案操作,再进行重建解决方案操作。

resolve: clean solution -> rebuild solution

PS C:\WINDOWS\system32> npx create-react-app my-app Need to install the following packages: create-react-app@5.1.0 Ok to proceed? (y) y npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported npm warn deprecated fstream-ignore@1.0.5: This package is no longer supported. npm warn deprecated uid-number@0.0.6: This package is no longer supported. npm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported npm warn deprecated fstream@1.0.12: This package is no longer supported. npm warn deprecated tar@2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap. create-react-app is deprecated. You can find a list of up-to-date React frameworks on react.dev For more info see:https://react.dev/link/cra This error message will only be shown once per install. Creating a new React app in C:\Windows\System32\my-app. Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts with cra-template... added 1325 packages in 2m 271 packages are looking for funding run `npm fund` for details Initialized a git repository. Installing template dependencies using npm... added 17 packages, removed 1 package, and changed 1 package in 7s 271 packages are looking for funding run `npm fund` for details Removing template package using npm... removed 1 package, and audited 1341 packages in 4s 271 packages are looking for funding run `npm fund` for details 9 vulnerabilities (3 moderate, 6 high) To address all issues (including breaking changes), run: npm audit fix --force Run `npm audit` for details. Created git commit. Success! Created my-app at C:\Windows\System32\my-app Inside that directory, you can run several commands: npm start Starts the development server. npm run build Bundles the app into static files for production. npm test Starts the test runner. npm run eject Removes this tool and copies build dependencies, configuration files and scripts into the app directory. If you do this, you can’t go back! We suggest that you begin by typing: cd my-app npm start Happy hacking! 好像装在C盘了:Created my-app at C:\Windows\System32\my-app 我能删掉吗 能装到D盘路径下吗
最新发布
11-08
FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':multiple-dex-core:buildCMakeDebug[armeabi-v7a]'. > com.android.ide.common.process.ProcessException: ninja: Entering directory `D:\project\AndroidProjects\2025\release\code\Demo\multiple-dex-core\.cxx\Debug\f664384u\armeabi-v7a' [1/2] Building C object CMakeFiles/openssl.dir/native-lib.c.o D:/project/AndroidProjects/2025/release/code/Demo/multiple-dex-core/src/main/cpp/native-lib.c:37:54: warning: passing 'char[17]' to parameter of type 'const unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 37 | EVP_DecryptInit_ex(ctx, EVP_aes_128_ecb(), NULL, "kimhslmultiplede", NULL); | ^~~~~~~~~~~~~~~~~~ D:/project/AndroidProjects/2025/release/code/Demo/multiple-dex-core/src/main/cpp/include/openssl/evp.h:556:56: note: passing argument to parameter 'key' here 556 | const unsigned char *key, | ^ D:/project/AndroidProjects/2025/release/code/Demo/multiple-dex-core/src/main/cpp/native-lib.c:57:42: warning: passing 'jbyte *' (aka 'signed char *') to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] 57 | EVP_DecryptUpdate(ctx, out, &outlen, src, srcLen); | ^~~ D:/project/AndroidProjects/2025/release/code/Demo/multiple-dex-core/src/main/cpp/include/openssl/evp.h:559:66: note: passing argument to parameter 'in' here 559 | int *outl, const unsigned char *in, int inl); | ^ 2 warnings generated. [2/2] Linking C shared library D:\project\AndroidProjects\2025\release\code\Demo\multiple-dex-core\build\intermediates\cxx\Debug\f664384u\obj\armeabi-v7a\libopenssl.so FAILED: D:/project/AndroidProjects/2025/release/code/Demo/multiple-dex-core/build/intermediates/cxx/Debug/f664384u/obj/armeabi-v7a/libopenssl.so cmd.exe /C "cd . && D:\tools\Android\Sdk\ndk\27.0.12077973\toolchains\llvm\prebuilt\windows-x86_64\bin\clang.exe --target=armv7-none-linux-androideabi29 --sysroot=D:/tools/Android/Sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt /windows-x86_64/sysroot -fPIC -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -march=armv7-a -mthumb -Wformat -Werror=format-security -fno-lim it-debug-info -static-libstdc++ -Wl,--build-id=sha1 -Wl,--no-rosegment -Wl,--no-undefined-version -Wl,--fatal-warnings -Wl,--no-undefined -Qunused-arguments -shared -Wl,-soname,libopenssl.so -o D:\project\AndroidProjects\2025\r elease\code\Demo\multiple-dex-core\build\intermediates\cxx\Debug\f664384u\obj\armeabi-v7a\libopenssl.so CMakeFiles/openssl.dir/native-lib.c.o D:/project/AndroidProjects/2025/release/code/Demo/multiple-dex-core/src/main/cpp/lib/armeabi-v7a/libcrypto.a -landroid D:/tools/Android/Sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/lib/arm-linux-androideabi/29/liblog.so -latomic -lm && cd ." ld.lld: error: undefined symbol: __sync_add_and_fetch_4 >>> referenced by threads_pthread.c >>> threads_pthread.o:(CRYPTO_atomic_add) in archive D:/project/AndroidProjects/2025/release/code/Demo/multiple-dex-core/src/main/cpp/lib/armeabi-v7a/libcrypto.a clang: error: linker command failed with exit code 1 (use -v to see invocation) ninja: build stopped: subcommand failed. C++ build system [build] failed while executing: @echo off "D:\\tools\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe" ^ -C ^ "D:\\project\\AndroidProjects\\2025\\release\\code\\Demo\\multiple-dex-core\\.cxx\\Debug\\f664384u\\armeabi-v7a" ^ openssl from D:\project\AndroidProjects\2025\release\code\Demo\multiple-dex-core * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. > Get more help at https://help.gradle.org. Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/8.11.1/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. BUILD FAILED in 11s 43 actionable tasks: 2 executed, 41 up-to-date
08-26
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值