• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






天生自然

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2023年9月23日

解决:idea services窗口不显示端口号
摘要: 1.关闭所有java 进程 2.到此目录下 “C:\Users\用户名\AppData\Local\Temp\hsperfdata_用户名”,将 “hsperfdata_用户名”文件夹删除。 3.IDEA 重启一下,在Dashboard 中启动项目,则可以在DashBoard 中看到相应进程后面的端 阅读全文
posted @ 2023-09-23 12:33 吴裕雄 阅读(2640) 评论(0) 推荐(0)
 
解决:[email protected] requires a peer of node-sass@^4.0.0 but none is installed. You must install peer dependencies yourself.
摘要: 参考:https://blog.csdn.net/hancoder/article/details/113821646 去https://github.com/sass/npnode-sass 或者 https://github.com/sass/node-sass/releases 都可以看到no 阅读全文
posted @ 2023-09-23 11:40 吴裕雄 阅读(1023) 评论(0) 推荐(0)
 
解决:npm ERR! [email protected] install: `node install.js`
摘要: https://cdn.npmmirror.com/binaries/chromedriver/2.27/chromedriver_win32.zip 可以点击这个链接直接下载。 删掉项目中的 node_modules 文件夹。 根据自己的下载地址,安装依赖。 npm install chromed 阅读全文
posted @ 2023-09-23 11:13 吴裕雄 阅读(1479) 评论(0) 推荐(0)