普华永道(PwC) 长期招聘各种软件开发,管理岗位,可全年在家办公, 全年假期优厚。有意者可邮件联系 julia_faneast@163.com 职位简介

随笔分类 -  Node/NPM

摘要:原因:MAC使用的终端是zsh,zsh加载的是 ~/.zshrc文件,而 ‘.zshrc’ 文件中并没有定义任务环境变量 解决1、终端中执行命令,打开.zshrc文件: vi ~/.zshrc2、在~/.zshrc文件最后,增加一行: source ~/.bash_profile3、执行命令,使其立 阅读全文
posted @ 2021-03-29 15:11 julia_faneast 阅读(5326) 评论(0) 推荐(2)
摘要:1. 查看某个module的所有版本号 阅读全文
posted @ 2019-03-18 16:43 julia_faneast 阅读(187) 评论(0) 推荐(0)
摘要:直接在控制台中输入上面的一句话就可以得到你想要的 阅读全文
posted @ 2018-12-13 15:23 julia_faneast 阅读(448) 评论(0) 推荐(0)
摘要:Whether npm or other front-ent package manager tools are all writtent by node, therefor, if we want to use it, we should install node at first. After 阅读全文
posted @ 2018-08-15 12:05 julia_faneast 阅读(163) 评论(0) 推荐(0)