当前位置: 首页 > news >正文

怎么查网站有没有做推广微信开发者工具怎么打开文件

怎么查网站有没有做推广,微信开发者工具怎么打开文件,wordpress安装主题后进不去后台,企业网站源码交易解决方法在下面 问题1#xff1a; vuehr0.1.0 serve vue-cli-service serve vue-cli-service 不是内部或外部命令#xff0c;也不是可运行的程序 或批处理文件。 在项目目录下执行命令npm i -D vue/cli-service来安装vue/cli-service依赖。 运行gitee上下载的…解决方法在下面 问题1 vuehr0.1.0 serve     vue-cli-service serve  vue-cli-service 不是内部或外部命令也不是可运行的程序 或批处理文件。 在项目目录下执行命令npm i -D vue/cli-service来安装vue/cli-service依赖。 运行gitee上下载的源码         执行 npm install --legacy-peer-deps          执行完此命令后若出现 npm ERR! code CERT_HAS_EXPIRED证书过期错误执行 npm cache clean --force         npm config set strict-ssl false         npm install --legacy-peer-deps 问题2npm WARN old lockfile npm WARN old lockfile The package-lock.json file was c npm lockfile报错 npm WARN old lockfile The package-lock. json file was created with an old version of npm,so supplemental metadata must be fetched from the registry.     因为版本问题导致的提示信息所发生的npm只是向package-lock.json文件添加信息可以忽略这个警告我把package-lock.json文件删除npm install将会新生成一个package-lock.json文件。 问题3npm ERR! code 1 npm ERR! path E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\node-sass npm ERR! command failed npm ERR! command C:\Windows\system32\cmd.exe /d /s /c C:\Users\lkyc\AppData\Local\Temp\postinstall-8705e89d.cmd npm ERR! Building: E:\progr  删除 node_modules 文件夹 删除 package.json 中的 node-sass 和 sass-loader 依赖项         npm install 安装依赖         安装 node-sassnpm install node-sass -D          安装 sass-loader npm install sass-loader10 -D          最后npm run serve问题解决项目不再报错成功运行。 感谢这个大哥给你点赞了Vue-cli 3.x 脚手架搭建的 Vue 2.x 项目进行 npm install 安装时报错: npm ERR! code 1……-CSDN博客 Windows PowerShell 版权所有 (C) Microsoft Corporation。保留所有权利。尝试新的跨平台 PowerShell https://aka.ms/pscore6PS E:\code\Ideaworkspace\vhr-master\vuehr npm config set registry https://registry.npmmirror.com PS E:\code\Ideaworkspace\vhr-master\vuehr # 查看当前镜像源 PS E:\code\Ideaworkspace\vhr-master\vuehr npm config get registry https://registry.npmmirror.com/ PS E:\code\Ideaworkspace\vhr-master\vuehr npm install npm WARN old lockfile npm WARN old lockfile The package-lock.json file was created with an old version of npm, npm WARN old lockfile npm WARN old lockfile npm WARN deprecated npmlog4.1.2: This package is no longer supported. npm WARN deprecated tar2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap. npm ERR! code CERT_HAS_EXPIRED npm ERR! errno CERT_HAS_EXPIRED npm ERR! request to https://registry.npm.taobao.org/yargs-parser/download/yargs-parser-13.1.1.tgz failed, reason: certificate has expired npm ERR! A complete log of this run can be found in: npm ERR! E:\programmingsoftware\nodejs\node_cache\_logs\2024-05-28T01_12_25_808Z-debug-0.log PS E:\code\Ideaworkspace\vhr-master\vuehr npm -v 8.15.0 PS E:\code\Ideaworkspace\vhr-master\vuehr npm install npm WARN old lockfile npm WARN old lockfile The package-lock.json file was created with an old version of npm, npm WARN old lockfile npm WARN deprecated npmlog4.1.2: This package is no longer supported. npm WARN deprecated tar2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap. npm ERR! code CERT_HAS_EXPIRED npm ERR! errno CERT_HAS_EXPIRED npm ERR! request to https://registry.npm.taobao.org/yargs-parser/download/yargs-parser-13.1.1.tgz failed, reason: certificate has expired npm ERR! A complete log of this run can be found in: npm ERR! E:\programmingsoftware\nodejs\node_cache\_logs\2024-05-28T01_19_00_723Z-debug-0.log PS E:\code\Ideaworkspace\vhr-master\vuehr npm cache clean --force npm WARN using --force Recommended protections disabled. PS E:\code\Ideaworkspace\vhr-master\vuehr npm config set strict-ssl false PS E:\code\Ideaworkspace\vhr-master\vuehr npm install --legacy-peer-deps npm WARN old lockfile npm WARN old lockfile The package-lock.json file was created with an old version of npm, npm WARN old lockfile so supplemental metadata must be fetched from the registry. npm WARN old lockfile npm WARN old lockfile This is a one-time fix-up, please be patient... npm WARN old lockfile npm WARN deprecated npmlog4.1.2: This package is no longer supported. npm WARN deprecated urix0.1.0: Please see https://github.com/lydell/urix#deprecated npm WARN deprecated stable0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibil ity table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility npm WARN deprecated rimraf2.7.1: Rimraf versions prior to v4 are no longer supported npm WARN deprecated request-promise-native1.0.7: request-promise-native has been deprecated because it extends the now deprecated request pack age, see https://github.com/request/request/issues/3142 npm WARN deprecated resolve-url0.2.1: https://github.com/lydell/resolve-url#deprecated npm WARN deprecated source-map-url0.4.0: See https://github.com/lydell/source-map-url#deprecated npm WARN deprecated is-data-descriptor0.1.4: Please upgrade to v0.1.5 npm WARN deprecated is-accessor-descriptor0.1.6: Please upgrade to v0.1.7 npm WARN deprecated inflight1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and t ested way to coalesce async requests by a key value, which is much more comprehensive and powerful. npm WARN deprecated webpack-chain4.12.1: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. npm WARN deprecated har-validator5.1.3: this library is no longer supported npm WARN deprecated figgy-pudding3.5.1: This module is no longer supported. npm WARN deprecated uuid3.3.3: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which i s known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated querystring0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. npm WARN deprecated glob7.1.4: Glob versions prior to v9 are no longer supported npm WARN deprecated source-map-resolve0.5.2: See https://github.com/lydell/source-map-resolve#deprecated npm WARN deprecated consolidate0.15.1: Please upgrade to consolidate v1.0.0 as it has been modernized with several long-awaited fixes impleme nted. Maintenance is supported by Forward Email at https://forwardemail.net ; follow/watch https://github.com/ladjs/consolidate for updates andrelease changelog npm WARN deprecated html-webpack-plugin3.2.0: 3.x is no longer supported npm WARN deprecated request2.88.0: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated chokidar2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies npm WARN deprecated hapi/bourne1.3.2: This version has been deprecated and is no longer supported or maintained npm WARN deprecated debug4.1.1: Debug versions 3.2.0 3.2.7 || 4 4.3.1 have a low-severity ReDos regression when used in a Node.js enviro nment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797) npm WARN deprecated hapi/topo3.1.3: This version has been deprecated and is no longer supported or maintained npm WARN deprecated babel/plugin-proposal-optional-catch-binding7.2.0: This proposal has been merged to the ECMAScript standard and thus thisplugin is no longer maintained. Please use babel/plugin-transform-optional-catch-binding instead. npm WARN deprecated babel/plugin-proposal-json-strings7.2.0: This proposal has been merged to the ECMAScript standard and thus this plugin isno longer maintained. Please use babel/plugin-transform-json-strings instead. npm WARN deprecated babel/plugin-proposal-object-rest-spread7.5.5: This proposal has been merged to the ECMAScript standard and thus this plu gin is no longer maintained. Please use babel/plugin-transform-object-rest-spread instead. npm WARN deprecated babel/plugin-proposal-class-properties7.5.5: This proposal has been merged to the ECMAScript standard and thus this plugi n is no longer maintained. Please use babel/plugin-transform-class-properties instead. npm WARN deprecated babel/plugin-proposal-async-generator-functions7.2.0: This proposal has been merged to the ECMAScript standard and thus t his plugin is no longer maintained. Please use babel/plugin-transform-async-generator-functions instead. npm WARN deprecated is-accessor-descriptor1.0.0: Please upgrade to v1.0.1 npm WARN deprecated is-data-descriptor1.0.0: Please upgrade to v1.0.1 npm WARN deprecated mkdirp0.5.1: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface ha s changed to use Promises in 1.x.) npm WARN deprecated is-accessor-descriptor1.0.0: Please upgrade to v1.0.1 npm WARN deprecated is-data-descriptor1.0.0: Please upgrade to v1.0.1 npm WARN deprecated is-data-descriptor1.0.0: Please upgrade to v1.0.1 npm WARN deprecated is-accessor-descriptor1.0.0: Please upgrade to v1.0.1 npm WARN deprecated debug3.2.6: Debug versions 3.2.0 3.2.7 || 4 4.3.1 have a low-severity ReDos regression when used in a Node.js enviro nment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797) npm WARN deprecated hapi/address2.1.1: Moved to npm install sideway/address npm WARN deprecated is-accessor-descriptor1.0.0: Please upgrade to v1.0.1 npm WARN deprecated is-data-descriptor1.0.0: Please upgrade to v1.0.1 npm WARN deprecated debug3.2.6: Debug versions 3.2.0 3.2.7 || 4 4.3.1 have a low-severity ReDos regression when used in a Node.js enviro nment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797) npm WARN deprecated hapi/hoek8.2.4: This version has been deprecated and is no longer supported or maintained npm WARN deprecated hapi/joi15.1.1: Switch to npm install joi npm WARN deprecated axios0.19.0: Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pu ll/3410 npm WARN deprecated babel/plugin-proposal-unicode-property-regex7.4.4: This proposal has been merged to the ECMAScript standard and thus thisplugin is no longer maintained. Please use babel/plugin-transform-unicode-property-regex instead. npm WARN deprecated buffer4.9.1: This version of buffer is out-of-date. You must update to v4.9.2 or newer npm WARN deprecated svgo1.3.0: This SVGO version is no longer supported. Upgrade to v2.x.x. npm WARN deprecated tar2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap. npm WARN deprecated vue2.6.10: Vue 2 has reached EOL and is no longer actively maintained. See https://v2.vuejs.org/eol/ for more details. npm WARN deprecated highlight.js9.15.10: Version no longer supported. Upgrade to latest npm WARN deprecated core-js2.6.9: core-js3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because o f the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versionshave web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. npm ERR! code 1 npm ERR! path E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\node-sass npm ERR! command failed npm ERR! command C:\Windows\system32\cmd.exe /d /s /c C:\Users\lkyc\AppData\Local\Temp\postinstall-052da7f1.cmd npm ERR! Building: E:\programmingsoftware\nodejs\node.exe E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\node-gyp\bin\node-gyp.js rebuild --verbose --libsass_ext --libsass_cflags --libsass_ldflags --libsass_library npm ERR! gyp info it worked if it ends with ok npm ERR! gyp verb cli [ npm ERR! gyp verb cli E:\\programmingsoftware\\nodejs\\node.exe, npm ERR! gyp verb cli E:\\code\\Ideaworkspace\\vhr-master\\vuehr\\node_modules\\node-gyp\\bin\\node-gyp.js, npm ERR! gyp verb cli rebuild, npm ERR! gyp verb cli --verbose, npm ERR! gyp verb cli --libsass_ext, npm ERR! gyp verb cli --libsass_cflags, npm ERR! gyp verb cli --libsass_ldflags, npm ERR! gyp verb cli --libsass_library npm ERR! gyp verb cli ] npm ERR! gyp info using node-gyp3.8.0 npm ERR! gyp info using node16.17.0 | win32 | x64 npm ERR! gyp verb command rebuild [] npm ERR! gyp verb command clean [] npm ERR! gyp verb clean removing build directory npm ERR! gyp verb command configure [] npm ERR! gyp verb check python checking for Python executable python2 in the PATH npm ERR! gyp verb which failed Error: not found: python2 npm ERR! gyp verb which failed at getNotFoundError (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:13:12) npm ERR! gyp verb which failed at F (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:68:19) npm ERR! gyp verb which failed at E (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:80:29) npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:89:16 npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\isexe\index.js:42:5 npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\isexe\windows.js:36:5 npm ERR! gyp verb which failed at FSReqCallback.oncomplete (node:fs:206:21) npm ERR! gyp verb which failed python2 Error: not found: python2 npm ERR! gyp verb which failed at getNotFoundError (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:13:12) npm ERR! gyp verb which failed at F (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:68:19) npm ERR! gyp verb which failed at E (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:80:29) npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:89:16 npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\isexe\index.js:42:5 npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\isexe\windows.js:36:5 npm ERR! gyp verb which failed at FSReqCallback.oncomplete (node:fs:206:21) { npm ERR! gyp verb which failed code: ENOENT npm ERR! gyp verb which failed } npm ERR! gyp verb check python checking for Python executable python in the PATH npm ERR! gyp verb which failed Error: not found: python npm ERR! gyp verb which failed at getNotFoundError (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:13:12) npm ERR! gyp verb which failed at F (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:68:19) npm ERR! gyp verb which failed at E (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:80:29) npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:89:16 npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\isexe\index.js:42:5 npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\isexe\windows.js:36:5 npm ERR! gyp verb which failed at FSReqCallback.oncomplete (node:fs:206:21) npm ERR! gyp verb which failed python Error: not found: python npm ERR! gyp verb which failed at getNotFoundError (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:13:12) npm ERR! gyp verb which failed at F (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:68:19) npm ERR! gyp verb which failed at E (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:80:29) npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:89:16 npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\isexe\index.js:42:5 npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\isexe\windows.js:36:5 npm ERR! gyp verb which failed at FSReqCallback.oncomplete (node:fs:206:21) { npm ERR! gyp verb which failed code: ENOENT npm ERR! gyp verb which failed } npm ERR! gyp verb could not find python. checking python launcher npm ERR! gyp verb could not find python. guessing location npm ERR! gyp verb ensuring that file exists: C:\Python27\python.exe npm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: Cant find Python executable python, you can set the PYTHON env variable. npm ERR! gyp ERR! stack at PythonFinder.failNoPython (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\node-gyp\lib\configure.js:484:19) npm ERR! gyp ERR! stack at PythonFinder.anonymous (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\node-gyp\lib\configure.js:509:16) npm ERR! gyp ERR! stack at callback (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\graceful-fs\polyfills.js:295:20) npm ERR! gyp ERR! System Windows_NT 10.0.19045 npm ERR! gyp ERR! command E:\\programmingsoftware\\nodejs\\node.exe E:\\code\\Ideaworkspace\\vhr-master\\vuehr\\node_modules\\node-gyp\\bin\ \node-gyp.js rebuild --verbose --libsass_ext --libsass_cflags --libsass_ldflags --libsass_library npm ERR! gyp ERR! cwd E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\node-sass npm ERR! gyp ERR! node -v v16.17.0 npm ERR! gyp ERR! node-gyp -v v3.8.0npm ERR! A complete log of this run can be found in: npm ERR! E:\programmingsoftware\nodejs\node_cache\_logs\2024-05-28T01_24_09_388Z-debug-0.log PS E:\code\Ideaworkspace\vhr-master\vuehr npm run serve vuehr0.1.0 servevue-cli-service servevue-cli-service 不是内部或外部命令也不是可运行的程序 或批处理文件。 PS E:\code\Ideaworkspace\vhr-master\vuehr # 在项目目录下执行以下命令 PS E:\code\Ideaworkspace\vhr-master\vuehr npm i -D vue/cli-service npm WARN old lockfile npm WARN old lockfile The package-lock.json file was created with an old version of npm, npm WARN old lockfile so supplemental metadata must be fetched from the registry. npm WARN old lockfile npm WARN old lockfile This is a one-time fix-up, please be patient... npm WARN old lockfile npm WARN deprecated is-data-descriptor0.1.4: Please upgrade to v0.1.5 npm WARN deprecated is-accessor-descriptor0.1.6: Please upgrade to v0.1.7 npm WARN deprecated inflight1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and t ested way to coalesce async requests by a key value, which is much more comprehensive and powerful. npm WARN deprecated is-accessor-descriptor1.0.0: Please upgrade to v1.0.1 npm WARN deprecated is-data-descriptor1.0.0: Please upgrade to v1.0.1 npm WARN deprecated is-data-descriptor1.0.0: Please upgrade to v1.0.1 npm WARN deprecated is-accessor-descriptor1.0.0: Please upgrade to v1.0.1 npm WARN deprecated is-accessor-descriptor1.0.0: Please upgrade to v1.0.1 npm WARN deprecated is-data-descriptor1.0.0: Please upgrade to v1.0.1 npm WARN deprecated is-data-descriptor1.0.0: Please upgrade to v1.0.1 npm WARN deprecated is-accessor-descriptor1.0.0: Please upgrade to v1.0.1 npm WARN deprecated babel/plugin-proposal-json-strings7.2.0: This proposal has been merged to the ECMAScript standard and thus this plugin isno longer maintained. Please use babel/plugin-transform-json-strings instead. npm WARN deprecated babel/plugin-proposal-optional-catch-binding7.2.0: This proposal has been merged to the ECMAScript standard and thus thisplugin is no longer maintained. Please use babel/plugin-transform-optional-catch-binding instead. npm WARN deprecated babel/plugin-proposal-class-properties7.5.5: This proposal has been merged to the ECMAScript standard and thus this plugi n is no longer maintained. Please use babel/plugin-transform-class-properties instead. npm WARN deprecated babel/plugin-proposal-object-rest-spread7.5.5: This proposal has been merged to the ECMAScript standard and thus this plu gin is no longer maintained. Please use babel/plugin-transform-object-rest-spread instead. npm WARN deprecated stable0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibil ity table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility npm WARN deprecated rimraf2.7.1: Rimraf versions prior to v4 are no longer supported npm WARN deprecated npmlog4.1.2: This package is no longer supported. npm WARN deprecated figgy-pudding3.5.1: This module is no longer supported. npm WARN deprecated hapi/topo3.1.3: This version has been deprecated and is no longer supported or maintained npm WARN deprecated babel/plugin-proposal-async-generator-functions7.2.0: This proposal has been merged to the ECMAScript standard and thus t his plugin is no longer maintained. Please use babel/plugin-transform-async-generator-functions instead. npm WARN deprecated hapi/bourne1.3.2: This version has been deprecated and is no longer supported or maintained npm WARN deprecated consolidate0.15.1: Please upgrade to consolidate v1.0.0 as it has been modernized with several long-awaited fixes impleme nted. Maintenance is supported by Forward Email at https://forwardemail.net ; follow/watch https://github.com/ladjs/consolidate for updates andrelease changelog npm WARN deprecated urix0.1.0: Please see https://github.com/lydell/urix#deprecated npm WARN deprecated request-promise-native1.0.7: request-promise-native has been deprecated because it extends the now deprecated request pack age, see https://github.com/request/request/issues/3142 npm WARN deprecated har-validator5.1.3: this library is no longer supported npm WARN deprecated glob7.1.4: Glob versions prior to v9 are no longer supported npm WARN deprecated chokidar2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies npm WARN deprecated resolve-url0.2.1: https://github.com/lydell/resolve-url#deprecated npm WARN deprecated source-map-url0.4.0: See https://github.com/lydell/source-map-url#deprecated npm WARN deprecated debug4.1.1: Debug versions 3.2.0 3.2.7 || 4 4.3.1 have a low-severity ReDos regression when used in a Node.js enviro nment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797) npm WARN deprecated debug3.2.6: Debug versions 3.2.0 3.2.7 || 4 4.3.1 have a low-severity ReDos regression when used in a Node.js enviro nment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797) npm WARN deprecated debug3.2.6: Debug versions 3.2.0 3.2.7 || 4 4.3.1 have a low-severity ReDos regression when used in a Node.js enviro nment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797) npm WARN deprecated html-webpack-plugin3.2.0: 3.x is no longer supported npm WARN deprecated hapi/address2.1.1: Moved to npm install sideway/address npm WARN deprecated querystring0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. npm WARN deprecated webpack-chain4.12.1: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. npm WARN deprecated uuid3.3.3: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which i s known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated request2.88.0: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated source-map-resolve0.5.2: See https://github.com/lydell/source-map-resolve#deprecated npm WARN deprecated mkdirp0.5.1: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface ha s changed to use Promises in 1.x.) npm WARN deprecated hapi/hoek8.2.4: This version has been deprecated and is no longer supported or maintained npm WARN deprecated hapi/joi15.1.1: Switch to npm install joi npm WARN deprecated babel/plugin-proposal-unicode-property-regex7.4.4: This proposal has been merged to the ECMAScript standard and thus thisplugin is no longer maintained. Please use babel/plugin-transform-unicode-property-regex instead. npm WARN deprecated axios0.19.0: Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pu ll/3410 npm WARN deprecated buffer4.9.1: This version of buffer is out-of-date. You must update to v4.9.2 or newer npm WARN deprecated svgo1.3.0: This SVGO version is no longer supported. Upgrade to v2.x.x. npm WARN deprecated tar2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap. npm WARN deprecated vue2.6.10: Vue 2 has reached EOL and is no longer actively maintained. See https://v2.vuejs.org/eol/ for more details. npm WARN deprecated highlight.js9.15.10: Version no longer supported. Upgrade to latest npm WARN deprecated core-js2.6.9: core-js3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because o f the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versionshave web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. npm ERR! code 1 npm ERR! path E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\node-sass npm ERR! command failed npm ERR! command C:\Windows\system32\cmd.exe /d /s /c C:\Users\lkyc\AppData\Local\Temp\postinstall-909b2528.cmd npm ERR! Building: E:\programmingsoftware\nodejs\node.exe E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\node-gyp\bin\node-gyp.js rebuild --verbose --libsass_ext --libsass_cflags --libsass_ldflags --libsass_library npm ERR! gyp info it worked if it ends with ok npm ERR! gyp verb cli [ npm ERR! gyp verb cli E:\\programmingsoftware\\nodejs\\node.exe, npm ERR! gyp verb cli E:\\code\\Ideaworkspace\\vhr-master\\vuehr\\node_modules\\node-gyp\\bin\\node-gyp.js, npm ERR! gyp verb cli rebuild, npm ERR! gyp verb cli --verbose, npm ERR! gyp verb cli --libsass_ext, npm ERR! gyp verb cli --libsass_cflags, npm ERR! gyp verb cli --libsass_ldflags, npm ERR! gyp verb cli --libsass_library npm ERR! gyp verb cli ] npm ERR! gyp info using node-gyp3.8.0 npm ERR! gyp info using node16.17.0 | win32 | x64 npm ERR! gyp verb command rebuild [] npm ERR! gyp verb command clean [] npm ERR! gyp verb clean removing build directory npm ERR! gyp verb command configure [] npm ERR! gyp verb check python checking for Python executable python2 in the PATH npm ERR! gyp verb which failed Error: not found: python2 npm ERR! gyp verb which failed at getNotFoundError (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:13:12) npm ERR! gyp verb which failed at F (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:68:19) npm ERR! gyp verb which failed at E (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:80:29) npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:89:16 npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\isexe\index.js:42:5 npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\isexe\windows.js:36:5 npm ERR! gyp verb which failed at FSReqCallback.oncomplete (node:fs:206:21) npm ERR! gyp verb which failed python2 Error: not found: python2 npm ERR! gyp verb which failed at getNotFoundError (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:13:12) npm ERR! gyp verb which failed at F (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:68:19) npm ERR! gyp verb which failed at E (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:80:29) npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:89:16 npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\isexe\index.js:42:5 npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\isexe\windows.js:36:5 npm ERR! gyp verb which failed at FSReqCallback.oncomplete (node:fs:206:21) { npm ERR! gyp verb which failed code: ENOENT npm ERR! gyp verb which failed } npm ERR! gyp verb check python checking for Python executable python in the PATH npm ERR! gyp verb which failed Error: not found: python npm ERR! gyp verb which failed at getNotFoundError (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:13:12) npm ERR! gyp verb which failed at F (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:68:19) npm ERR! gyp verb which failed at E (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:80:29) npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:89:16 npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\isexe\index.js:42:5 npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\isexe\windows.js:36:5 npm ERR! gyp verb which failed at FSReqCallback.oncomplete (node:fs:206:21) npm ERR! gyp verb which failed python Error: not found: python npm ERR! gyp verb which failed at getNotFoundError (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:13:12) npm ERR! gyp verb which failed at F (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:68:19) npm ERR! gyp verb which failed at E (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:80:29) npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:89:16 npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\isexe\index.js:42:5 npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\isexe\windows.js:36:5 npm ERR! gyp verb which failed at FSReqCallback.oncomplete (node:fs:206:21) { npm ERR! gyp verb which failed code: ENOENT npm ERR! gyp verb which failed } npm ERR! gyp verb could not find python. checking python launcher npm ERR! gyp verb could not find python. guessing location npm ERR! gyp verb ensuring that file exists: C:\Python27\python.exe npm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: Cant find Python executable python, you can set the PYTHON env variable. npm ERR! gyp ERR! stack at PythonFinder.failNoPython (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\node-gyp\lib\configure.js:484:19) npm ERR! gyp ERR! stack at PythonFinder.anonymous (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\node-gyp\lib\configure.js:509:16) npm ERR! gyp ERR! stack at callback (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\graceful-fs\polyfills.js:295:20) npm ERR! gyp ERR! System Windows_NT 10.0.19045 npm ERR! gyp ERR! command E:\\programmingsoftware\\nodejs\\node.exe E:\\code\\Ideaworkspace\\vhr-master\\vuehr\\node_modules\\node-gyp\\bin\ \node-gyp.js rebuild --verbose --libsass_ext --libsass_cflags --libsass_ldflags --libsass_library npm ERR! gyp ERR! cwd E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\node-sass npm ERR! gyp ERR! node -v v16.17.0 npm ERR! gyp ERR! node-gyp -v v3.8.0 npm ERR! gyp ERR! not ok npm ERR! Build failed with error code: 1npm ERR! A complete log of this run can be found in: npm ERR! E:\programmingsoftware\nodejs\node_cache\_logs\2024-05-28T01_27_04_691Z-debug-0.log PS E:\code\Ideaworkspace\vhr-master\vuehr npm install npm WARN deprecated npmlog4.1.2: This package is no longer supported. npm WARN deprecated stable0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibil ity table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility npm WARN deprecated har-validator5.1.5: this library is no longer supported npm WARN deprecated source-map-resolve0.5.3: See https://github.com/lydell/source-map-resolve#deprecated npm WARN deprecated urix0.1.0: Please see https://github.com/lydell/urix#deprecated npm WARN deprecated resolve-url0.2.1: https://github.com/lydell/resolve-url#deprecated npm WARN deprecated figgy-pudding3.5.2: This module is no longer supported. npm WARN deprecated inflight1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and t ested way to coalesce async requests by a key value, which is much more comprehensive and powerful. npm WARN deprecated hapi/topo3.1.6: This version has been deprecated and is no longer supported or maintained npm WARN deprecated request-promise-native1.0.9: request-promise-native has been deprecated because it extends the now deprecated request pack age, see https://github.com/request/request/issues/3142 npm WARN deprecated glob7.2.3: Glob versions prior to v9 are no longer supported npm WARN deprecated source-map-url0.4.1: See https://github.com/lydell/source-map-url#deprecated npm WARN deprecated uuid3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which i s known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated rimraf2.7.1: Rimraf versions prior to v4 are no longer supported npm WARN deprecated babel/plugin-proposal-unicode-property-regex7.18.6: This proposal has been merged to the ECMAScript standard and thus thi s plugin is no longer maintained. Please use babel/plugin-transform-unicode-property-regex instead. npm WARN deprecated babel/plugin-proposal-optional-catch-binding7.18.6: This proposal has been merged to the ECMAScript standard and thus thi s plugin is no longer maintained. Please use babel/plugin-transform-optional-catch-binding instead. npm WARN deprecated babel/plugin-proposal-json-strings7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin i s no longer maintained. Please use babel/plugin-transform-json-strings instead. npm WARN deprecated babel/plugin-proposal-class-properties7.18.6: This proposal has been merged to the ECMAScript standard and thus this plug in is no longer maintained. Please use babel/plugin-transform-class-properties instead. npm WARN deprecated hapi/bourne1.3.2: This version has been deprecated and is no longer supported or maintained npm WARN deprecated consolidate0.15.1: Please upgrade to consolidate v1.0.0 as it has been modernized with several long-awaited fixes impleme nted. Maintenance is supported by Forward Email at https://forwardemail.net ; follow/watch https://github.com/ladjs/consolidate for updates andrelease changelog npm WARN deprecated babel/plugin-proposal-object-rest-spread7.20.7: This proposal has been merged to the ECMAScript standard and thus this pl ugin is no longer maintained. Please use babel/plugin-transform-object-rest-spread instead. npm WARN deprecated babel/plugin-proposal-async-generator-functions7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use babel/plugin-transform-async-generator-functions instead. npm WARN deprecated hapi/address2.1.4: Moved to npm install sideway/address npm WARN deprecated html-webpack-plugin3.2.0: 3.x is no longer supported npm WARN deprecated glob7.1.7: Glob versions prior to v9 are no longer supported npm WARN deprecated chokidar2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies npm WARN deprecated request2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated webpack-chain4.12.1: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. npm WARN deprecated chokidar2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies npm WARN deprecated hapi/hoek8.5.1: This version has been deprecated and is no longer supported or maintained npm WARN deprecated hapi/joi15.1.1: Switch to npm install joi npm WARN deprecated axios0.19.2: Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pu ll/3410 npm WARN deprecated svgo1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x. npm WARN deprecated tar2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap. npm WARN deprecated vue2.7.16: Vue 2 has reached EOL and is no longer actively maintained. See https://v2.vuejs.org/eol/ for more details. npm WARN deprecated core-js2.6.12: core-js3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some version s have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. npm ERR! code 1 npm ERR! path E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\node-sass npm ERR! command failed npm ERR! command C:\Windows\system32\cmd.exe /d /s /c C:\Users\lkyc\AppData\Local\Temp\postinstall-8705e89d.cmd npm ERR! Building: E:\programmingsoftware\nodejs\node.exe E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\node-gyp\bin\node-gyp.js rebuild --verbose --libsass_ext --libsass_cflags --libsass_ldflags --libsass_library npm ERR! gyp info it worked if it ends with ok npm ERR! gyp verb cli [ npm ERR! gyp verb cli E:\\programmingsoftware\\nodejs\\node.exe, npm ERR! gyp verb cli E:\\code\\Ideaworkspace\\vhr-master\\vuehr\\node_modules\\node-gyp\\bin\\node-gyp.js, npm ERR! gyp verb cli rebuild, npm ERR! gyp verb cli --verbose, npm ERR! gyp verb cli --libsass_ext, npm ERR! gyp verb cli --libsass_cflags, npm ERR! gyp verb cli --libsass_ldflags, npm ERR! gyp verb cli --libsass_library npm ERR! gyp verb cli ] npm ERR! gyp info using node-gyp3.8.0 npm ERR! gyp info using node16.17.0 | win32 | x64 npm ERR! gyp verb command rebuild [] npm ERR! gyp verb command clean [] npm ERR! gyp verb clean removing build directory npm ERR! gyp verb command configure [] npm ERR! gyp verb check python checking for Python executable python2 in the PATH npm ERR! gyp verb which failed Error: not found: python2 npm ERR! gyp verb which failed at getNotFoundError (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:13:12) npm ERR! gyp verb which failed at F (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:68:19) npm ERR! gyp verb which failed at E (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:80:29) npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:89:16 npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\isexe\index.js:42:5 npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\isexe\windows.js:36:5 npm ERR! gyp verb which failed at FSReqCallback.oncomplete (node:fs:206:21) npm ERR! gyp verb which failed python2 Error: not found: python2 npm ERR! gyp verb which failed at getNotFoundError (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:13:12) npm ERR! gyp verb which failed at F (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:68:19) npm ERR! gyp verb which failed at E (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:80:29) npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:89:16 npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\isexe\index.js:42:5 npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\isexe\windows.js:36:5 npm ERR! gyp verb which failed at FSReqCallback.oncomplete (node:fs:206:21) { npm ERR! gyp verb which failed code: ENOENT npm ERR! gyp verb which failed } npm ERR! gyp verb check python checking for Python executable python in the PATH npm ERR! gyp verb which failed Error: not found: python npm ERR! gyp verb which failed at getNotFoundError (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:13:12) npm ERR! gyp verb which failed at F (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:68:19) npm ERR! gyp verb which failed at E (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:80:29) npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:89:16 npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\isexe\index.js:42:5 npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\isexe\windows.js:36:5 npm ERR! gyp verb which failed at FSReqCallback.oncomplete (node:fs:206:21) npm ERR! gyp verb which failed python Error: not found: python npm ERR! gyp verb which failed at getNotFoundError (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:13:12) npm ERR! gyp verb which failed at F (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:68:19) npm ERR! gyp verb which failed at E (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:80:29) npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\which\which.js:89:16 npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\isexe\index.js:42:5 npm ERR! gyp verb which failed at E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\isexe\windows.js:36:5 npm ERR! gyp verb which failed at FSReqCallback.oncomplete (node:fs:206:21) { npm ERR! gyp verb which failed code: ENOENT npm ERR! gyp verb which failed } npm ERR! gyp verb could not find python. checking python launcher npm ERR! gyp verb could not find python. guessing location npm ERR! gyp verb ensuring that file exists: C:\Python27\python.exe npm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: Cant find Python executable python, you can set the PYTHON env variable. npm ERR! gyp ERR! stack at PythonFinder.failNoPython (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\node-gyp\lib\configure.js:484:19) npm ERR! gyp ERR! stack at PythonFinder.anonymous (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\node-gyp\lib\configure.js:509:16) npm ERR! gyp ERR! stack at callback (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\graceful-fs\polyfills.js:306:20) npm ERR! gyp ERR! command E:\\programmingsoftware\\nodejs\\node.exe E:\\code\\Ideaworkspace\\vhr-master\\vuehr\\node_modules\\node-gyp\\bin\ \node-gyp.js rebuild --verbose --libsass_ext --libsass_cflags --libsass_ldflags --libsass_library npm ERR! gyp ERR! cwd E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\node-sass npm ERR! gyp ERR! node -v v16.17.0 npm ERR! gyp ERR! not ok npm ERR! Build failed with error code: 1npm ERR! A complete log of this run can be found in: npm ERR! E:\programmingsoftware\nodejs\node_cache\_logs\2024-05-28T01_29_56_880Z-debug-0.log PS E:\code\Ideaworkspace\vhr-master\vuehr PS E:\code\Ideaworkspace\vhr-master\vuehr npm uninstall -g vue/cliup to date, audited 1 package in 224msfound 0 vulnerabilities PS E:\code\Ideaworkspace\vhr-master\vuehr npm i -g vue/cli npm WARN deprecated inflight1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and t ested way to coalesce async requests by a key value, which is much more comprehensive and powerful. npm WARN deprecated babel/plugin-proposal-class-properties7.18.6: This proposal has been merged to the ECMAScript standard and thus this plug in is no longer maintained. Please use babel/plugin-transform-class-properties instead. npm WARN deprecated source-map-url0.4.1: See https://github.com/lydell/source-map-url#deprecated npm WARN deprecated urix0.1.0: Please see https://github.com/lydell/urix#deprecated npm WARN deprecated glob7.2.3: Glob versions prior to v9 are no longer supported npm WARN deprecated babel/plugin-proposal-nullish-coalescing-operator7.18.6: This proposal has been merged to the ECMAScript standard and thu s this plugin is no longer maintained. Please use babel/plugin-transform-nullish-coalescing-operator instead. npm WARN deprecated rimraf2.6.3: Rimraf versions prior to v4 are no longer supported npm WARN deprecated babel/plugin-proposal-optional-chaining7.21.0: This proposal has been merged to the ECMAScript standard and thus this plu gin is no longer maintained. Please use babel/plugin-transform-optional-chaining instead. npm WARN deprecated source-map-resolve0.5.3: See https://github.com/lydell/source-map-resolve#deprecated npm WARN deprecated resolve-url0.2.1: https://github.com/lydell/resolve-url#deprecated npm WARN deprecated rimraf3.0.2: Rimraf versions prior to v4 are no longer supported npm WARN deprecated apollo-datasource3.3.2: The apollo-datasource package is part of Apollo Server v2 and v3, which are now deprecated (end- of-life October 22nd 2023 and October 22nd 2024, respectively). See https://www.apollographql.com/docs/apollo-server/previous-versions/ for mor e details. npm WARN deprecated apollo-server-errors3.3.1: The apollo-server-errors package is part of Apollo Server v2 and v3, which are now deprecated(end-of-life October 22nd 2023 and October 22nd 2024, respectively). This packages functionality is now found in the apollo/server package . See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. npm WARN deprecated apollo-server-plugin-base3.7.2: The apollo-server-plugin-base package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023 and October 22nd 2024, respectively). This packages functionality is now found in the apollo/serve r package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. npm WARN deprecated apollo-server-types3.8.0: The apollo-server-types package is part of Apollo Server v2 and v3, which are now deprecated ( end-of-life October 22nd 2023 and October 22nd 2024, respectively). This packages functionality is now found in the apollo/server package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. npm WARN deprecated shortid2.2.16: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. npm WARN deprecated apollo-reporting-protobuf3.4.0: The apollo-reporting-protobuf package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023 and October 22nd 2024, respectively). This packages functionality is now found in the apollo/usage -reporting-protobuf package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. npm WARN deprecated apollo-server-env4.2.1: The apollo-server-env package is part of Apollo Server v2 and v3, which are now deprecated (end- of-life October 22nd 2023 and October 22nd 2024, respectively). This packages functionality is now found in the apollo/utils.fetcher packag e. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. npm WARN deprecated subscriptions-transport-ws0.11.0: The subscriptions-transport-ws package is no longer maintained. We recommend you use graphql-ws instead. For help migrating Apollo software to graphql-ws, see https://www.apollographql.com/docs/apollo-server/data/subscription ADME.md npm WARN deprecated vue2.7.16: Vue 2 has reached EOL and is no longer actively maintained. See https://v2.vuejs.org/eol/ for more details. npm ERR! code EEXIST npm ERR! path E:\programmingsoftware\nodejs\node_global\vue.ps1 npm ERR! EEXIST: file already exists npm ERR! File exists: E:\programmingsoftware\nodejs\node_global\vue.ps1 npm ERR! Remove the existing file and try again, or run npmnpm ERR! A complete log of this run can be found in: npm ERR! E:\programmingsoftware\nodejs\node_cache\_logs\2024-05-28T01_36_05_251Z-debug-0.log PS E:\code\Ideaworkspace\vhr-master\vuehr cat /etc/npmrc cat : 找不到路径“E:\etc\npmrc”因为该路径不存在。 所在位置 行:1 字符: 1cat /etc/npmrc~~~~~~~~~~~~~~ CategoryInfo : ObjectNotFound: (E:\etc\npmrc:String) [Get-Content], ItemNotFoundException FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommandPS E:\code\Ideaworkspace\vhr-master\vuehr npm install npm WARN deprecated inflight1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and t ested way to coalesce async requests by a key value, which is much more comprehensive and powerful. npm WARN deprecated babel/plugin-proposal-unicode-property-regex7.18.6: This proposal has been merged to the ECMAScript standard and thus thi s plugin is no longer maintained. Please use babel/plugin-transform-unicode-property-regex instead. npm WARN deprecated babel/plugin-proposal-optional-catch-binding7.18.6: This proposal has been merged to the ECMAScript standard and thus thi s plugin is no longer maintained. Please use babel/plugin-transform-optional-catch-binding instead. npm WARN deprecated babel/plugin-proposal-json-strings7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin i s no longer maintained. Please use babel/plugin-transform-json-strings instead. npm WARN deprecated babel/plugin-proposal-class-properties7.18.6: This proposal has been merged to the ECMAScript standard and thus this plug in is no longer maintained. Please use babel/plugin-transform-class-properties instead. npm WARN deprecated stable0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibil ity table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility npm WARN deprecated source-map-url0.4.1: See https://github.com/lydell/source-map-url#deprecated npm WARN deprecated figgy-pudding3.5.2: This module is no longer supported. npm WARN deprecated rimraf2.7.1: Rimraf versions prior to v4 are no longer supported npm WARN deprecated hapi/bourne1.3.2: This version has been deprecated and is no longer supported or maintained npm WARN deprecated request-promise-native1.0.9: request-promise-native has been deprecated because it extends the now deprecated request pack age, see https://github.com/request/request/issues/3142 npm WARN deprecated hapi/topo3.1.6: This version has been deprecated and is no longer supported or maintained npm WARN deprecated consolidate0.15.1: Please upgrade to consolidate v1.0.0 as it has been modernized with several long-awaited fixes impleme nted. Maintenance is supported by Forward Email at https://forwardemail.net ; follow/watch https://github.com/ladjs/consolidate for updates andrelease changelog npm WARN deprecated urix0.1.0: Please see https://github.com/lydell/urix#deprecated npm WARN deprecated har-validator5.1.5: this library is no longer supported npm WARN deprecated babel/plugin-proposal-object-rest-spread7.20.7: This proposal has been merged to the ECMAScript standard and thus this pl ugin is no longer maintained. Please use babel/plugin-transform-object-rest-spread instead. npm WARN deprecated glob7.2.3: Glob versions prior to v9 are no longer supported npm WARN deprecated babel/plugin-proposal-async-generator-functions7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use babel/plugin-transform-async-generator-functions instead. npm WARN deprecated source-map-resolve0.5.3: See https://github.com/lydell/source-map-resolve#deprecated npm WARN deprecated chokidar2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies npm WARN deprecated chokidar2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies npm WARN deprecated resolve-url0.2.1: https://github.com/lydell/resolve-url#deprecated npm WARN deprecated html-webpack-plugin3.2.0: 3.x is no longer supported npm WARN deprecated hapi/address2.1.4: Moved to npm install sideway/address npm WARN deprecated webpack-chain4.12.1: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. npm WARN deprecated uuid3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which i s known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated request2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated hapi/hoek8.5.1: This version has been deprecated and is no longer supported or maintained npm WARN deprecated hapi/joi15.1.1: Switch to npm install joi ll/3410 npm WARN deprecated svgo1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x. npm WARN deprecated vue2.7.16: Vue 2 has reached EOL and is no longer actively maintained. See https://v2.vuejs.org/eol/ for more details. npm WARN deprecated core-js2.6.12: core-js3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some version s have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.added 1279 packages in 42s23 packages are looking for fundingrun npm fund for details PS E:\code\Ideaworkspace\vhr-master\vuehr npm install node-sass -D npm WARN deprecated rimraf3.0.2: Rimraf versions prior to v4 are no longer supported npm WARN deprecated rimraf3.0.2: Rimraf versions prior to v4 are no longer supported npm WARN deprecated rimraf3.0.2: Rimraf versions prior to v4 are no longer supported npm WARN deprecated npmcli/move-file2.0.1: This functionality has been moved to npmcli/fs npm WARN deprecated glob7.2.3: Glob versions prior to v9 are no longer supported npm WARN deprecated npmlog6.0.2: This package is no longer supported. npm WARN deprecated glob7.1.7: Glob versions prior to v9 are no longer supported npm WARN deprecated npmcli/move-file1.1.2: This functionality has been moved to npmcli/fs npm WARN deprecated glob8.1.0: Glob versions prior to v9 are no longer supported npm ERR! code 1 npm ERR! path E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\node-sass npm ERR! command failed npm ERR! command C:\Windows\system32\cmd.exe /d /s /c C:\Users\lkyc\AppData\Local\Temp\postinstall-ebdc3cf5.cmd npm ERR! Building: E:\programmingsoftware\nodejs\node.exe E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\node-gyp\bin\node-gyp.js rebuild --verbose --libsass_ext --libsass_cflags --libsass_ldflags --libsass_library npm ERR! gyp info it worked if it ends with ok npm ERR! gyp verb cli [ npm ERR! gyp verb cli E:\\programmingsoftware\\nodejs\\node.exe, npm ERR! gyp verb cli E:\\code\\Ideaworkspace\\vhr-master\\vuehr\\node_modules\\node-gyp\\bin\\node-gyp.js, npm ERR! gyp verb cli rebuild, npm ERR! gyp verb cli --verbose, npm ERR! gyp verb cli --libsass_ext, npm ERR! gyp verb cli --libsass_cflags, npm ERR! gyp verb cli --libsass_ldflags, npm ERR! gyp verb cli --libsass_library npm ERR! gyp verb cli ] npm ERR! gyp info using node-gyp8.4.1 npm ERR! gyp info using node16.17.0 | win32 | x64 npm ERR! gyp verb command rebuild [] npm ERR! gyp verb command clean [] npm ERR! gyp verb clean removing build directory npm ERR! gyp verb command configure [] npm ERR! gyp verb find Python Python is not set from command line or npm configuration npm ERR! gyp verb find Python Python is not set from environment variable PYTHON npm ERR! gyp verb find Python checking if python3 can be used npm ERR! gyp verb find Python - executing python3 to get executable path npm ERR! gyp verb find Python - python3 is not in PATH or produced an error npm ERR! gyp verb find Python checking if python can be used npm ERR! gyp verb find Python - executing python to get executable path npm ERR! gyp verb find Python - python is not in PATH or produced an error npm ERR! gyp verb find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python39\python.exe npm ERR! gyp verb find Python - executing C:\Users\lkyc\AppData\Local\Programs\Python\Python39\python.exe to get version npm ERR! gyp verb find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python39\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Program Files\Python39\python.exe npm ERR! gyp verb find Python - executing C:\Program Files\Python39\python.exe to get version npm ERR! gyp verb find Python - C:\Program Files\Python39\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python39-32\python.exe npm ERR! gyp verb find Python - executing C:\Users\lkyc\AppData\Local\Programs\Python\Python39-32\python.exe to get version npm ERR! gyp verb find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python39-32\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Program Files\Python39-32\python.exe npm ERR! gyp verb find Python - executing C:\Program Files\Python39-32\python.exe to get version npm ERR! gyp verb find Python - C:\Program Files\Python39-32\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Program Files (x86)\Python39-32\python.exe npm ERR! gyp verb find Python - executing C:\Program Files (x86)\Python39-32\python.exe to get version npm ERR! gyp verb find Python - C:\Program Files (x86)\Python39-32\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python38\python.exe npm ERR! gyp verb find Python - executing C:\Users\lkyc\AppData\Local\Programs\Python\Python38\python.exe to get version npm ERR! gyp verb find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python38\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Program Files\Python38\python.exe npm ERR! gyp verb find Python - executing C:\Program Files\Python38\python.exe to get version npm ERR! gyp verb find Python - C:\Program Files\Python38\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python38-32\python.exe npm ERR! gyp verb find Python - executing C:\Users\lkyc\AppData\Local\Programs\Python\Python38-32\python.exe to get version npm ERR! gyp verb find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python38-32\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Program Files\Python38-32\python.exe npm ERR! gyp verb find Python - executing C:\Program Files\Python38-32\python.exe to get version npm ERR! gyp verb find Python - C:\Program Files\Python38-32\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Program Files (x86)\Python38-32\python.exe npm ERR! gyp verb find Python - executing C:\Program Files (x86)\Python38-32\python.exe to get version npm ERR! gyp verb find Python - C:\Program Files (x86)\Python38-32\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python37\python.exe npm ERR! gyp verb find Python - executing C:\Users\lkyc\AppData\Local\Programs\Python\Python37\python.exe to get version npm ERR! gyp verb find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python37\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Program Files\Python37\python.exe npm ERR! gyp verb find Python - executing C:\Program Files\Python37\python.exe to get version npm ERR! gyp verb find Python - C:\Program Files\Python37\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python37-32\python.exe npm ERR! gyp verb find Python - executing C:\Users\lkyc\AppData\Local\Programs\Python\Python37-32\python.exe to get version npm ERR! gyp verb find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python37-32\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Program Files\Python37-32\python.exe npm ERR! gyp verb find Python - executing C:\Program Files\Python37-32\python.exe to get version npm ERR! gyp verb find Python - C:\Program Files\Python37-32\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Program Files (x86)\Python37-32\python.exe npm ERR! gyp verb find Python - executing C:\Program Files (x86)\Python37-32\python.exe to get version npm ERR! gyp verb find Python - C:\Program Files (x86)\Python37-32\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python36\python.exe npm ERR! gyp verb find Python - executing C:\Users\lkyc\AppData\Local\Programs\Python\Python36\python.exe to get version npm ERR! gyp verb find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python36\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Program Files\Python36\python.exe npm ERR! gyp verb find Python - executing C:\Program Files\Python36\python.exe to get version npm ERR! gyp verb find Python - C:\Program Files\Python36\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python36-32\python.exe npm ERR! gyp verb find Python - executing C:\Users\lkyc\AppData\Local\Programs\Python\Python36-32\python.exe to get version npm ERR! gyp verb find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python36-32\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Program Files\Python36-32\python.exe npm ERR! gyp verb find Python - executing C:\Program Files\Python36-32\python.exe to get version npm ERR! gyp verb find Python - C:\Program Files\Python36-32\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Program Files (x86)\Python36-32\python.exe npm ERR! gyp verb find Python - executing C:\Program Files (x86)\Python36-32\python.exe to get version npm ERR! gyp verb find Python - C:\Program Files (x86)\Python36-32\python.exe could not be run npm ERR! gyp verb find Python checking if the py launcher can be used to find Python 3 npm ERR! gyp verb find Python - executing py.exe to get Python 3 executable path npm ERR! gyp verb find Python - py.exe is not in PATH or produced an error npm ERR! gyp ERR! find Python npm ERR! gyp ERR! find Python Python is not set from command line or npm configuration npm ERR! gyp ERR! find Python Python is not set from environment variable PYTHON npm ERR! gyp ERR! find Python checking if python3 can be used npm ERR! gyp ERR! find Python - python3 is not in PATH or produced an error npm ERR! gyp ERR! find Python checking if python can be used npm ERR! gyp ERR! find Python - python is not in PATH or produced an error npm ERR! gyp ERR! find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python39\python.exe npm ERR! gyp ERR! find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python39\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Program Files\Python39\python.exe npm ERR! gyp ERR! find Python - C:\Program Files\Python39\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python39-32\python.exe npm ERR! gyp ERR! find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python39-32\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Program Files\Python39-32\python.exe npm ERR! gyp ERR! find Python - C:\Program Files\Python39-32\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Program Files (x86)\Python39-32\python.exe npm ERR! gyp ERR! find Python - C:\Program Files (x86)\Python39-32\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python38\python.exe npm ERR! gyp ERR! find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python38\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Program Files\Python38\python.exe npm ERR! gyp ERR! find Python - C:\Program Files\Python38\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python38-32\python.exe npm ERR! gyp ERR! find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python38-32\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Program Files\Python38-32\python.exe npm ERR! gyp ERR! find Python - C:\Program Files\Python38-32\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Program Files (x86)\Python38-32\python.exe npm ERR! gyp ERR! find Python - C:\Program Files (x86)\Python38-32\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python37\python.exe npm ERR! gyp ERR! find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python37\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Program Files\Python37\python.exe npm ERR! gyp ERR! find Python - C:\Program Files\Python37\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python37-32\python.exe npm ERR! gyp ERR! find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python37-32\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Program Files\Python37-32\python.exe npm ERR! gyp ERR! find Python - C:\Program Files\Python37-32\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Program Files (x86)\Python37-32\python.exe npm ERR! gyp ERR! find Python - C:\Program Files (x86)\Python37-32\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python36\python.exe npm ERR! gyp ERR! find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python36\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Program Files\Python36\python.exe npm ERR! gyp ERR! find Python - C:\Program Files\Python36\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python36-32\python.exe npm ERR! gyp ERR! find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python36-32\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Program Files\Python36-32\python.exe npm ERR! gyp ERR! find Python - C:\Program Files\Python36-32\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Program Files (x86)\Python36-32\python.exe npm ERR! gyp ERR! find Python - C:\Program Files (x86)\Python36-32\python.exe could not be run npm ERR! gyp ERR! find Python checking if the py launcher can be used to find Python 3 npm ERR! gyp ERR! find Python - py.exe is not in PATH or produced an error npm ERR! gyp ERR! find Python npm ERR! gyp ERR! find Python ********************************************************** npm ERR! gyp ERR! find Python You need to install the latest version of Python. npm ERR! gyp ERR! find Python Node-gyp should be able to find and use Python. If not, npm ERR! gyp ERR! find Python you can try one of the following options: npm ERR! gyp ERR! find Python - Use the switch --pythonC:\Path\To\python.exe npm ERR! gyp ERR! find Python (accepted by both node-gyp and npm) npm ERR! gyp ERR! find Python - Set the environment variable PYTHON npm ERR! gyp ERR! find Python - Set the npm configuration variable python: npm ERR! gyp ERR! find Python npm config set python C:\Path\To\python.exe npm ERR! gyp ERR! find Python For more information consult the documentation at: npm ERR! gyp ERR! find Python https://github.com/nodejs/node-gyp#installation npm ERR! gyp ERR! find Python ********************************************************** npm ERR! gyp ERR! find Python npm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: Could not find any Python installation to use npm ERR! gyp ERR! stack at PythonFinder.fail (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\node-gyp\lib\find-python.js:330:47) npm ERR! gyp ERR! stack at PythonFinder.runChecks (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\node-gyp\lib\find-python.js:159:21) npm ERR! gyp ERR! stack at PythonFinder.anonymous (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\node-gyp\lib\find-python.js:228:18 ) npm ERR! gyp ERR! stack at PythonFinder.execFileCallback (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\node-gyp\lib\find-python.js:2 94:16) npm ERR! gyp ERR! stack at exithandler (node:child_process:408:5) npm ERR! gyp ERR! stack at ChildProcess.errorhandler (node:child_process:420:5) npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:513:28) npm ERR! gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:289:12) npm ERR! gyp ERR! stack at onErrorNT (node:internal/child_process:478:16) npm ERR! gyp ERR! System Windows_NT 10.0.19045 npm ERR! gyp ERR! command E:\\programmingsoftware\\nodejs\\node.exe E:\\code\\Ideaworkspace\\vhr-master\\vuehr\\node_modules\\node-gyp\\bin\ \node-gyp.js rebuild --verbose --libsass_ext --libsass_cflags --libsass_ldflags --libsass_library npm ERR! gyp ERR! cwd E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\node-sass npm ERR! gyp ERR! node -v v16.17.0 npm ERR! gyp ERR! not ok npm ERR! Build failed with error code: 1npm ERR! A complete log of this run can be found in: npm ERR! E:\programmingsoftware\nodejs\node_cache\_logs\2024-05-28T01_41_31_082Z-debug-0.log PS E:\code\Ideaworkspace\vhr-master\vuehr npm install sass-loader10 -Dadded 4 packages in 5s120 packages are looking for fundingrun npm fund for details PS E:\code\Ideaworkspace\vhr-master\vuehr npm install node-sass -D npm WARN deprecated npmcli/move-file1.1.2: This functionality has been moved to npmcli/fs npm WARN deprecated npmcli/move-file2.0.1: This functionality has been moved to npmcli/fs npm WARN deprecated npmlog6.0.2: This package is no longer supported. npm WARN deprecated rimraf3.0.2: Rimraf versions prior to v4 are no longer supported npm WARN deprecated rimraf3.0.2: Rimraf versions prior to v4 are no longer supported npm WARN deprecated rimraf3.0.2: Rimraf versions prior to v4 are no longer supported npm WARN deprecated glob7.2.3: Glob versions prior to v9 are no longer supported npm WARN deprecated glob8.1.0: Glob versions prior to v9 are no longer supported npm WARN deprecated glob7.1.7: Glob versions prior to v9 are no longer supported npm ERR! code 1 npm ERR! path E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\node-sass npm ERR! command failed npm ERR! command C:\Windows\system32\cmd.exe /d /s /c C:\Users\lkyc\AppData\Local\Temp\postinstall-2ec0f888.cmd npm ERR! Building: E:\programmingsoftware\nodejs\node.exe E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\node-gyp\bin\node-gyp.js rebuild --verbose --libsass_ext --libsass_cflags --libsass_ldflags --libsass_library npm ERR! gyp info it worked if it ends with ok npm ERR! gyp verb cli [ npm ERR! gyp verb cli E:\\programmingsoftware\\nodejs\\node.exe, npm ERR! gyp verb cli E:\\code\\Ideaworkspace\\vhr-master\\vuehr\\node_modules\\node-gyp\\bin\\node-gyp.js, npm ERR! gyp verb cli rebuild, npm ERR! gyp verb cli --verbose, npm ERR! gyp verb cli --libsass_ext, npm ERR! gyp verb cli --libsass_cflags, npm ERR! gyp verb cli --libsass_ldflags, npm ERR! gyp verb cli --libsass_library npm ERR! gyp verb cli ] npm ERR! gyp info using node-gyp8.4.1 npm ERR! gyp info using node16.17.0 | win32 | x64 npm ERR! gyp verb command rebuild [] npm ERR! gyp verb command clean [] npm ERR! gyp verb clean removing build directory npm ERR! gyp verb command configure [] npm ERR! gyp verb find Python Python is not set from command line or npm configuration npm ERR! gyp verb find Python Python is not set from environment variable PYTHON npm ERR! gyp verb find Python checking if python3 can be used npm ERR! gyp verb find Python - executing python3 to get executable path npm ERR! gyp verb find Python - python3 is not in PATH or produced an error npm ERR! gyp verb find Python checking if python can be used npm ERR! gyp verb find Python - executing python to get executable path npm ERR! gyp verb find Python - python is not in PATH or produced an error npm ERR! gyp verb find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python39\python.exe npm ERR! gyp verb find Python - executing C:\Users\lkyc\AppData\Local\Programs\Python\Python39\python.exe to get version npm ERR! gyp verb find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python39\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Program Files\Python39\python.exe npm ERR! gyp verb find Python - executing C:\Program Files\Python39\python.exe to get version npm ERR! gyp verb find Python - C:\Program Files\Python39\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python39-32\python.exe npm ERR! gyp verb find Python - executing C:\Users\lkyc\AppData\Local\Programs\Python\Python39-32\python.exe to get version npm ERR! gyp verb find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python39-32\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Program Files\Python39-32\python.exe npm ERR! gyp verb find Python - executing C:\Program Files\Python39-32\python.exe to get version npm ERR! gyp verb find Python - C:\Program Files\Python39-32\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Program Files (x86)\Python39-32\python.exe npm ERR! gyp verb find Python - executing C:\Program Files (x86)\Python39-32\python.exe to get version npm ERR! gyp verb find Python - C:\Program Files (x86)\Python39-32\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python38\python.exe npm ERR! gyp verb find Python - executing C:\Users\lkyc\AppData\Local\Programs\Python\Python38\python.exe to get version npm ERR! gyp verb find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python38\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Program Files\Python38\python.exe npm ERR! gyp verb find Python - executing C:\Program Files\Python38\python.exe to get version npm ERR! gyp verb find Python - C:\Program Files\Python38\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python38-32\python.exe npm ERR! gyp verb find Python - executing C:\Users\lkyc\AppData\Local\Programs\Python\Python38-32\python.exe to get version npm ERR! gyp verb find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python38-32\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Program Files\Python38-32\python.exe npm ERR! gyp verb find Python - executing C:\Program Files\Python38-32\python.exe to get version npm ERR! gyp verb find Python - C:\Program Files\Python38-32\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Program Files (x86)\Python38-32\python.exe npm ERR! gyp verb find Python - executing C:\Program Files (x86)\Python38-32\python.exe to get version npm ERR! gyp verb find Python - C:\Program Files (x86)\Python38-32\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python37\python.exe npm ERR! gyp verb find Python - executing C:\Users\lkyc\AppData\Local\Programs\Python\Python37\python.exe to get version npm ERR! gyp verb find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python37\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Program Files\Python37\python.exe npm ERR! gyp verb find Python - executing C:\Program Files\Python37\python.exe to get version npm ERR! gyp verb find Python - C:\Program Files\Python37\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python37-32\python.exe npm ERR! gyp verb find Python - executing C:\Users\lkyc\AppData\Local\Programs\Python\Python37-32\python.exe to get version npm ERR! gyp verb find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python37-32\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Program Files\Python37-32\python.exe npm ERR! gyp verb find Python - executing C:\Program Files\Python37-32\python.exe to get version npm ERR! gyp verb find Python - C:\Program Files\Python37-32\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Program Files (x86)\Python37-32\python.exe npm ERR! gyp verb find Python - executing C:\Program Files (x86)\Python37-32\python.exe to get version npm ERR! gyp verb find Python - C:\Program Files (x86)\Python37-32\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python36\python.exe npm ERR! gyp verb find Python - executing C:\Users\lkyc\AppData\Local\Programs\Python\Python36\python.exe to get version npm ERR! gyp verb find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python36\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Program Files\Python36\python.exe npm ERR! gyp verb find Python - executing C:\Program Files\Python36\python.exe to get version npm ERR! gyp verb find Python - C:\Program Files\Python36\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python36-32\python.exe npm ERR! gyp verb find Python - executing C:\Users\lkyc\AppData\Local\Programs\Python\Python36-32\python.exe to get version npm ERR! gyp verb find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python36-32\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Program Files\Python36-32\python.exe npm ERR! gyp verb find Python - executing C:\Program Files\Python36-32\python.exe to get version npm ERR! gyp verb find Python - C:\Program Files\Python36-32\python.exe could not be run npm ERR! gyp verb find Python checking if Python is C:\Program Files (x86)\Python36-32\python.exe npm ERR! gyp verb find Python - executing C:\Program Files (x86)\Python36-32\python.exe to get version npm ERR! gyp verb find Python - C:\Program Files (x86)\Python36-32\python.exe could not be run npm ERR! gyp verb find Python checking if the py launcher can be used to find Python 3 npm ERR! gyp verb find Python - executing py.exe to get Python 3 executable path npm ERR! gyp verb find Python - py.exe is not in PATH or produced an error npm ERR! gyp ERR! find Python npm ERR! gyp ERR! find Python Python is not set from command line or npm configuration npm ERR! gyp ERR! find Python Python is not set from environment variable PYTHON npm ERR! gyp ERR! find Python checking if python3 can be used npm ERR! gyp ERR! find Python - python3 is not in PATH or produced an error npm ERR! gyp ERR! find Python checking if python can be used npm ERR! gyp ERR! find Python - python is not in PATH or produced an error npm ERR! gyp ERR! find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python39\python.exe npm ERR! gyp ERR! find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python39\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Program Files\Python39\python.exe npm ERR! gyp ERR! find Python - C:\Program Files\Python39\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python39-32\python.exe npm ERR! gyp ERR! find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python39-32\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Program Files\Python39-32\python.exe npm ERR! gyp ERR! find Python - C:\Program Files\Python39-32\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Program Files (x86)\Python39-32\python.exe npm ERR! gyp ERR! find Python - C:\Program Files (x86)\Python39-32\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python38\python.exe npm ERR! gyp ERR! find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python38\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Program Files\Python38\python.exe npm ERR! gyp ERR! find Python - C:\Program Files\Python38\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python38-32\python.exe npm ERR! gyp ERR! find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python38-32\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Program Files\Python38-32\python.exe npm ERR! gyp ERR! find Python - C:\Program Files\Python38-32\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Program Files (x86)\Python38-32\python.exe npm ERR! gyp ERR! find Python - C:\Program Files (x86)\Python38-32\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python37\python.exe npm ERR! gyp ERR! find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python37\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Program Files\Python37\python.exe npm ERR! gyp ERR! find Python - C:\Program Files\Python37\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python37-32\python.exe npm ERR! gyp ERR! find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python37-32\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Program Files\Python37-32\python.exe npm ERR! gyp ERR! find Python - C:\Program Files\Python37-32\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Program Files (x86)\Python37-32\python.exe npm ERR! gyp ERR! find Python - C:\Program Files (x86)\Python37-32\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python36\python.exe npm ERR! gyp ERR! find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python36\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Program Files\Python36\python.exe npm ERR! gyp ERR! find Python - C:\Program Files\Python36\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Users\lkyc\AppData\Local\Programs\Python\Python36-32\python.exe npm ERR! gyp ERR! find Python - C:\Users\lkyc\AppData\Local\Programs\Python\Python36-32\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Program Files\Python36-32\python.exe npm ERR! gyp ERR! find Python - C:\Program Files\Python36-32\python.exe could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Program Files (x86)\Python36-32\python.exe npm ERR! gyp ERR! find Python - C:\Program Files (x86)\Python36-32\python.exe could not be run npm ERR! gyp ERR! find Python checking if the py launcher can be used to find Python 3 npm ERR! gyp ERR! find Python - py.exe is not in PATH or produced an error npm ERR! gyp ERR! find Python npm ERR! gyp ERR! find Python ********************************************************** npm ERR! gyp ERR! find Python You need to install the latest version of Python. npm ERR! gyp ERR! find Python Node-gyp should be able to find and use Python. If not, npm ERR! gyp ERR! find Python you can try one of the following options: npm ERR! gyp ERR! find Python - Use the switch --pythonC:\Path\To\python.exe npm ERR! gyp ERR! find Python (accepted by both node-gyp and npm) npm ERR! gyp ERR! find Python - Set the environment variable PYTHON npm ERR! gyp ERR! find Python - Set the npm configuration variable python: npm ERR! gyp ERR! find Python npm config set python C:\Path\To\python.exe npm ERR! gyp ERR! find Python For more information consult the documentation at: npm ERR! gyp ERR! find Python https://github.com/nodejs/node-gyp#installation npm ERR! gyp ERR! find Python ********************************************************** npm ERR! gyp ERR! find Python npm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: Could not find any Python installation to use npm ERR! gyp ERR! stack at PythonFinder.fail (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\node-gyp\lib\find-python.js:330:47) npm ERR! gyp ERR! stack at PythonFinder.runChecks (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\node-gyp\lib\find-python.js:159:21) npm ERR! gyp ERR! stack at PythonFinder.anonymous (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\node-gyp\lib\find-python.js:228:18 ) npm ERR! gyp ERR! stack at PythonFinder.execFileCallback (E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\node-gyp\lib\find-python.js:2 94:16) npm ERR! gyp ERR! stack at exithandler (node:child_process:408:5) npm ERR! gyp ERR! stack at ChildProcess.errorhandler (node:child_process:420:5) npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:513:28) npm ERR! gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:289:12) npm ERR! gyp ERR! stack at onErrorNT (node:internal/child_process:478:16) npm ERR! gyp ERR! stack at processTicksAndRejections (node:internal/process/task_queues:83:21) npm ERR! gyp ERR! System Windows_NT 10.0.19045 npm ERR! gyp ERR! command E:\\programmingsoftware\\nodejs\\node.exe E:\\code\\Ideaworkspace\\vhr-master\\vuehr\\node_modules\\node-gyp\\bin\ \node-gyp.js rebuild --verbose --libsass_ext --libsass_cflags --libsass_ldflags --libsass_library npm ERR! gyp ERR! cwd E:\code\Ideaworkspace\vhr-master\vuehr\node_modules\node-sass npm ERR! gyp ERR! node -v v16.17.0 npm ERR! gyp ERR! node-gyp -v v8.4.1 npm ERR! gyp ERR! not ok npm ERR! Build failed with error code: 1npm ERR! A complete log of this run can be found in: npm ERR! E:\programmingsoftware\nodejs\node_cache\_logs\2024-05-28T01_43_59_483Z-debug-0.log PS E:\code\Ideaworkspace\vhr-master\vuehr 折磨我一天半终于给前端跑起来了后端一会就跑起来了可能是从git下下来的源码vue版本问题或package-lock.json问题瞎弄终于启动成功了
http://www.laogonggong.com/news/136242.html

相关文章:

  • 网站建设的7种流程图怎么设置网址
  • 咨询企业网站模板广州最新消息
  • 专业手机网站设计做流量哪个网站好
  • 网站标题栏做多大山东兴华建设集团有限公司网站
  • 射洪哪里可以做网站wordpress星座
  • 做网站多久学会oray免费域名注册
  • 网站首页做301软件开发人天报价标准
  • 做微商哪个网站比较好怎么在搜索引擎做网站登记
  • 没网站怎么做二维码扫描连接南宁百度seo
  • 家里的电脑ip做网站苏州建设监督网站首页
  • 深圳做律师网站公司虚拟空间能建多个网站
  • 宁波网站建设lonoo自己做的网站什么时候可以赚钱
  • 怎样建设打字网站沈阳京科男科医院
  • 苏州代做淘宝网站国家企业公示信息官网
  • 网站导航营销步骤室内设计自学教材
  • 山东省建设安全生产协会网站潍坊网页制作案例
  • 男和男做那个视频网站好wordpress 菜单字体
  • 页网站wordpress php5.4
  • 做网站的而程序软文发稿网
  • 爱做的小说网站吗那个网站可以做雪花特效
  • 偏门网站建设青海风控平台安卓版
  • 石家庄建站wordpress编辑导航菜单视频教程
  • 装修建材网站模板云网站功能
  • 合肥网站设计公seo关键词是什么意思
  • 网站建设的整体流程有哪些如何做ppt 制作过程视频教程
  • 横琴建设局网站高端网站建设公司排名
  • 申请制作网站网页与网站之间的关系
  • 长沙网站排名报价WordPress页码总数
  • 建设信用卡在网站挂失块吗成功英语网站
  • 四川成都网站建设公司网站排名优化怎么弄