话说上一回……我配置了环境变量用code .
打开vscode,好吧后来我发现只有当时生效,但是重启terminal 后就又不能了,得重新执行source ~/.bash_profile
,才能再用code
命令。
这是为什么呢?(蔡明腔)好吧不搞清这里不行了,直接翻开鸟哥私房菜……打开了linux.cn……
more >>【1】好吧好气哦。在写前端项目的时候,随便命名了一个let 叫test。然后用webstorm 右键rename,一不小心把webpack里的test 也改了,然后用npm run dev 一直报一个错,说找不到那个东西,就好生气啊。当时急坏了,怎么会崩了呢!?
【2】然后百度了一下,因为比较着急也没找到有效的解决方法。(可能是太着急了,没细看,应该有啵),好吧,版本回退一下,OK,可以编译和测试了。但是我又双叕用了那个rename 重命名了一下。。。又崩了。心态也崩了。
【终】想的不写了。去食堂买了杯西瓜汁,然后吃饭,吃的过程中一想,诶我靠那不是配置文件也被改了吧?我回来一看!果然是!哈哈哈,冷静冷静。
Vue-router 警告:已经有一个默认的child route了。。。。的解决方法。
[vue-router] Named Route ‘index’ has a default child route. When navigating to this named route (:to=”{name: ‘index’”), the default child route will not be rendered. Remove the name from this route and use the name of the default child route for named links instead.
more >>tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true