老师 我这个报错不知道咋回事

来源:10-1 Router概念

柚_114

2017-09-12

http://szimg.mukewang.com/59b7c3bc00012f4605780297.jpg

http://szimg.mukewang.com/59b7c3bc0001222207970364.jpg

http://szimg.mukewang.com/59b7c3bc000122c208450603.jpg

http://szimg.mukewang.com/59b7c3bd0001bbdd09750492.jpg


写回答

2回答

慕少1411284

2017-09-16

11-1 安装完依赖,执行webpack命令,报缺少babel-loader 包,安装此包后,再执行报以下错误

ERROR in ./src/js/root.js

Module build failed: TypeError: fileSystem.statSync is not a function

    at module.exports (/Users/tangjuan/react-pratise/11-1/node_modules/_babel-loader@7.1.2@babel-loader/lib/utils/exists.js:7:25)

    at find (/Users/tangjuan/react-pratise/11-1/node_modules/_babel-loader@7.1.2@babel-loader/lib/resolve-rc.js:13:9)

    at Object.module.exports (/Users/tangjuan/react-pratise/11-1/node_modules/_babel-loader@7.1.2@babel-loader/lib/index.js:113:132)



应该是版本问题,新安装的模块和其他模块的版本冲突了,把package.json包的模块都去掉,全部安装最新版本就没问题了


0
0

Parry

2017-09-12

同学你好,建议你删除 node_modules 文件夹,然后重新执行 npm install 安装下包试试。

0
0

结合基础与实战学习React.js 独立开发新闻头条平台

轻松入门 React 开发,React Router 4 与 Webpack 2 完美升级项目

2768 学习 · 2126 问题

查看课程