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 协议》,转载必须注明作者和本文链接
报错解决了 谢谢