随笔分类 - npm
摘要:1 gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable. 2 gyp ERR! stack at PythonFinder.failNoPython (/Us
阅读全文
摘要:最近项目都要切到内网开发,最令人头疼的就是代码迁移和项目重启。前端项目都要npm install安装依赖,外网自然不必说,这里总结了几个内网项目重启的方法: 1.整个项目打压缩包拷进内网,简单粗暴 外网项目打压缩包时不要去掉node_modules文件夹。然后拷进内网,直接npm start走起。
阅读全文
摘要:错误提示:If you would prefer to ignore this check, add SKIP_PREFLIGHT_CHECK=true to an .env file in your project. That will permanently disable this messa
阅读全文