- 博客(6)
- 收藏
- 关注
原创 解决:error Unexpected trailing comma comma-dangle✖ 1 problem (1 error, 0 warnings)
原因是某行代码多个逗号,自行查找。
2023-04-12 11:06:49
270
原创 解决:npm ERR! code ERESOLVEnpm ERR! ERESOLVE unable to resolve dependency treenpm ERR! npm ERR! Whi
在Vscode中输入:npm i vant -S安装vant 失败。
2023-04-12 10:32:09
166
1
原创 opensslErrorStack: [ ‘error:03000086:digital envelope routines::initialization error‘ ], library:
在Vs-code中输入npm run serve 报错如下错误。重新运行npm run serve 就可以了。原因是node.js的版本太高。
2023-04-08 11:37:13
178
1
原创 gihub创建个人密钥
再点击 Generate new token(classic)点击 Generate new token。点击Developer steeings。然后点击Generate token。点击Tokens(classic)打开设置点击Settings。跳转之后输入个人密码。把repo勾选上就行。
2023-03-30 11:50:38
239
原创 nodemon : 无法加载文件 C:\Users\Administrator\AppData\Roaming\npm\nodemon.ps1,因为在此系统上禁止运行脚本 。有关
安装了nodemon自动重新启动工具在VsCode中使用发生了这样的错误。输入set-ExecutionPolicy RemoteSigned。打开powershell点击鼠标右键以管理员身份运行。WIN + R 打开 powershell。这是电脑禁止了该脚本的运行。去VsCode重试就可以了。
2023-03-30 11:38:44
558
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人