Warning: Attempt to read property "ID" on bool in /www/wwwroot/129.28.78.18/wp-content/themes/storeys-pro/wbc/components/og_schema/wb_og_schema.php on line 471

Warning: Attempt to read property "display_name" on bool in /www/wwwroot/129.28.78.18/wp-content/themes/storeys-pro/wbc/components/og_schema/wb_og_schema.php on line 480

Warning: Attempt to read property "display_name" on bool in /www/wwwroot/129.28.78.18/wp-content/themes/storeys-pro/wbc/components/og_schema/wb_og_schema.php on line 487

Warning: Attempt to read property "description" on bool in /www/wwwroot/129.28.78.18/wp-content/themes/storeys-pro/wbc/components/og_schema/wb_og_schema.php on line 489

Warning: Attempt to read property "ID" on bool in /www/wwwroot/129.28.78.18/wp-content/themes/storeys-pro/wbc/components/og_schema/wb_og_schema.php on line 493

20200821卢雨杰

学习内容:

上午学习内容

​ boot的手风琴 轮播之类的使用

下午学习内容

1.查看当前下载地址:
npm config get registry
2.修改下载地址为淘宝镜像:
npm config set registry https://registry.npm.taobao.org/
3.下载cnpm:
npm install -g cnpm --registry=https://registry.npm.taobao.org
4.下载node-sass包
cnpm install -g node-sass
备注:
还原npm下载地址:
npm config set registry https://registry.npmjs.org/
问题:cnpm无法正常加载问题:
以管理员身份运行powershell或开发工具,输入
get-ExecutionPolicy

用于查看状态,状态为Restricted,表示禁止
修改状态:
set-ExecutionPolicy
RemoteSigned
选择A:[全部]
更改状态,重新查看状态

复习内容太多,今日日志敷衍,图床周末研究

评论留言