其他分享
首页 > 其他分享> > idea使用出现的问题及解决方式

idea使用出现的问题及解决方式

作者:互联网

Module build failed (from ./node_modules/babel-loader/lib/index.js):
Error: [BABEL] C:\Users\wisedu\Desktop\myvue\vue-webpack\src\todo\footer.jsx: Cannot find module 'babel-plugin-syntax-jsx'

npm i babel-plugin-syntax-jsx

-------

Failed to resolve org.junit.platform:junit-platform-launcher:1.7.2

pom.xml中增加:

<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<scope>test</scope>
</dependency>

 

标签:方式,babel,idea,syntax,platform,解决,org,jsx,junit
来源: https://www.cnblogs.com/wu-zhipeng/p/16172670.html