actual combat 35 —— es

一、windows中es执行步骤

参考:https://blog.csdn.net/qq_21197507/article/details/115076913

  1. 下es安装包
  2. 下es前端gitHub代码,然后npm -i安装,npm run start 启动

二、遇到的问题

1. 第二步安装前端代码依赖报错

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! phantomjs-prebuilt@2.1.15 install: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the phantomjs-prebuilt@2.1.15 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR!     D:\heyutool\nodejs\node_cache\_logs\2024-07-16T10_05_38_914Z-debug.log

解决方案:

npm install phantomjs-prebuilt@2.1.16 --ignore-scripts

参考:https://blog.csdn.net/XuM222222/article/details/82790802

相关推荐

  1. actual combat 35 —— es

    2024-07-16 21:16:03       22 阅读
  2. ECS36B computer

    2024-07-16 21:16:03       42 阅读
  3. ESP32-WIFI(Arduino)

    2024-07-16 21:16:03       57 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-07-16 21:16:03       66 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-07-16 21:16:03       70 阅读
  3. 在Django里面运行非项目文件

    2024-07-16 21:16:03       57 阅读
  4. Python语言-面向对象

    2024-07-16 21:16:03       68 阅读

热门阅读

  1. 在 Gradle 项目中,排查依赖冲突可以的详细步骤

    2024-07-16 21:16:03       16 阅读
  2. LeetCode题练习与总结:最大间距--164

    2024-07-16 21:16:03       21 阅读
  3. ThinkPHP6事件系统使用指南

    2024-07-16 21:16:03       22 阅读
  4. postman安装介绍

    2024-07-16 21:16:03       19 阅读
  5. echarts忽略Null值:使用echarts的connectNulls

    2024-07-16 21:16:03       22 阅读
  6. 知识蒸馏和知识图谱相结合的大模型微调方案

    2024-07-16 21:16:03       21 阅读
  7. uni-app开发时自定义导航栏

    2024-07-16 21:16:03       23 阅读
  8. 新质生产力和新质战斗力如何深度耦合

    2024-07-16 21:16:03       19 阅读
  9. 【Python】Arcpy将excel点生成shp文件

    2024-07-16 21:16:03       21 阅读
  10. Linux批量更改文件后缀名

    2024-07-16 21:16:03       19 阅读
  11. android gradle 开发与应用(一) : Gradle基础

    2024-07-16 21:16:03       17 阅读