博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
antd-admin 调试记录
阅读量:5795 次
发布时间:2019-06-18

本文共 1961 字,大约阅读时间需要 6 分钟。

hot3.png

纯粹问题流水,勿喷!^_^

1.问题:

升级node v8.2.1,npm 5.3.0后antd-adimin下npm install报错

antd-admin git:(master) ✗ npm installnpm WARN checkPermissions Missing write access to /home/quanpower/antd-admin/node_modules/_read-pkg-up@2.0.0@read-pkg-up/node_modules/find-upnpm ERR! path /home/quanpower/antd-admin/node_modules/_read-pkg-up@2.0.0@read-pkg-up/node_modules/find-upnpm ERR! code ENOENTnpm ERR! errno -2npm ERR! syscall accessnpm ERR! enoent ENOENT: no such file or directory, access '/home/quanpower/antd-admin/node_modules/_read-pkg-up@2.0.0@read-pkg-up/node_modules/find-up'npm ERR! enoent This is related to npm not being able to find a file.npm ERR! enoent npm ERR! A complete log of this run can be found in:npm ERR!     /home/quanpower/.npm/_logs/2017-08-07T09_34_38_562Z-debug.log

Google试了若干办法都没搞定,也看到好多人说npm 5会出这问题,有npm cache verify,npm cache clean -f,有说打开着IDE问题,也去github npm issue里看了下https://github.com/npm/npm/issues/17444,没找到根本答案,浪费了一天时间,最后还是rm -rf node-modules重新来过了。

➜  antd-admin git:(master) ✗ npm installnpm ERR! code EINTEGRITYnpm ERR! sha512-mZJTSg2RcBEXHJnUYNZIttcXNAjupunR57qXfyGoHSsJ0pLKOVsfu8HsBVxizkcNVxuJYlfLLIGJ7rparFNsUA== integrity checksum failed when using sha512: wanted sha512-mZJTSg2RcBEXHJnUYNZIttcXNAjupunR57qXfyGoHSsJ0pLKOVsfu8HsBVxizkcNVxuJYlfLLIGJ7rparFNsUA== but got sha512-1MH6PA4ziRpVADMguYmQfaZHbOSZIvYiL5JvEsRD7Z7UmIgZIJD+2qI6ZBqD2bx4EZDLrocAOT9GclpOUU5ekA==. (5771020 bytes)npm ERR! A complete log of this run can be found in:npm ERR!     /home/quanpower/.npm/_logs/2017-08-07T10_55_25_429Z-debug.log

结果出现checksum问题,后面又把package-lock.json干掉!终于可以继续调试了,问题症结不解。

2.dva

过了一遍大dva+antd crud的例子

https://github.com/sorrycc/blog/issues/18

3.推荐一个调试工具:Redux Devtools + react developertools配合使用,数据流十分清晰

4.利用git submodule将项目加到另外一个smart-iiot里面,另superset也考虑加

参考https://git-scm.com/book/zh/v2/Git-%E5%B7%A5%E5%85%B7-%E5%AD%90%E6%A8%A1%E5%9D%97

http://www.kafeitu.me/git/2012/03/27/git-submodule.html

 

转载于:https://my.oschina.net/quanpower/blog/1479097

你可能感兴趣的文章
tomcat使用log4j管理日志
查看>>
DevOpsDays落地北京,立夏日和Jez Humble相约北京!
查看>>
经典的MySQL 数据备份校验daemon程序
查看>>
No.1 login
查看>>
曾经它认识我,我不认识他的Linux系统
查看>>
全国大学英语竞赛备赛一定要看
查看>>
当你觉得大学没学到Linux时的感想
查看>>
ADV190007 - “PrivExchange” 特权提升漏洞的指南
查看>>
第二章:SpringBoot基础知识-3. SpringBoot启动注解分析
查看>>
美团点评开源 SQL 优化工具 SQLAdvisor 测试报告
查看>>
正则表达式解析_学习笔记
查看>>
Win7安装MySQL5.6解压版
查看>>
时钟同步和时钟修正的小技巧
查看>>
MySQL语法自动补全工具mycli
查看>>
sql查询
查看>>
采用装饰者模式实现函数点击前的操作
查看>>
IDEA 配置 及技巧
查看>>
Oracle Linux 迷途知返
查看>>
C++中关于string类型究竟能不能用cout输出的问题
查看>>
Guitar Pro 7最全的下载地址
查看>>