Laravel-Web 实战第二章学习

基础布局

执行 npm run watch-poll的时候如果提示 “Running: yarn add vue-template-compiler --dev --production=false Running: yarn add vue-template-compiler --dev --production=false“,就使用 yarn add vue-template-compiler --dev --production=false --no-bin-links命令安装。

执行npm run watch-poll的时候出现错误:95% emitting unnamed compat pluginError: EIO: i/o error, close;出现这个问题是,可以去掉 Homestead.yaml 文件的 type: "nfs"

字体图标

执行yarn add @fortawesome/fontawesome-free命令提示错误如下:

error An unexpected error occurred: "EPROTO: protocol error, symlink '../../../parser/bin/babel-parser.js' -> '/home/vagrant/Code/larabbs/node_modules/@babel/core/node_modules/.bin/parser'".

可以执行 yarn add @fortawesome/fontawesome-free --no-bin-links 命令

本作品采用《CC 协议》,转载必须注明作者和本文链接
gongmeng
《L01 基础入门》
我们将带你从零开发一个项目并部署到线上,本课程教授 Web 开发中专业、实用的技能,如 Git 工作流、Laravel Mix 前端工作流等。
《G01 Go 实战入门》
从零开始带你一步步开发一个 Go 博客项目,让你在最短的时间内学会使用 Go 进行编码。项目结构很大程度上参考了 Laravel。
讨论数量: 1

讨论应以学习和精进为目的。请勿发布不友善或者负能量的内容,与人为善,比聪明更重要!