我正在尝试实现 css模块,运行'npm run弹出',但出现错误
在执行git commit之后,我运行了“ npm运行弹出” 。现在,我陷入了一些错误,看起来好像缺少了一些东西,但我仍无法弄清楚。
这是我在运行npm run弹出后得到的错误日志
Remove untracked files, stash or commit any changes,
and try again.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! my-app@e.l.e eject:
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the my-app@e.l.ø eject script.
npm ERR! This is probably not a problem with npm.
There is likely addi
npm ERR! A complete log of this run can be found
in:
npm ERR!
答案 0 :(得分:0)
看来您有些被Git跟踪了。从错误日志中,您可以找到解决问题的几种方法: 1)使用终端将文件添加到新提交:
git add .
git commit -m 'some message'
2)如果不需要未跟踪的文件,则必须找到并删除它们
答案 1 :(得分:0)
React(reference)已支持CSS模块。
您不再需要运行npm run eject
(除非您的目标是自己定制一些东西)。
只需这样命名您的CSS文件: [name] .module.css