naver/ngrinder

ERROR in ./src/js/entries/app.js Module build failed (from ./node_modules/babel-loader/lib/index.js): Error: Cannot find module '@babel/plugin-transform-arrow-functions' from 'D:\ngrinder\ngrinder-ngrinder-3.5.3-20201127\ngrinder-frontend'

demonchm opened this issue · 4 comments

ERROR in ./src/js/entries/app.js Module build failed (from ./node_modules/babel-loader/lib/index.js): Error: Cannot find module '@babel/plugin-transform-arrow-functions' from 'D:\ngrinder\ngrinder-ngrinder-3.5.3-20201127\ngrinder-frontend'

Which command did you run when you getting that error?
You need to explain more about the error environment.

Which command did you run when you getting that error?
You need to explain more about the error environment.

build bootWar

@demonchm

Try npm install first before gradle build.(gradlew clean build -x test)

It's better to use gradlew.
The build result will be placed on ${NGRINDER_SOURCE_HOME}/ngrinder-controller/build/libs/.