You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error in ./src/views/modules/generator/HelloWorld.vue
Module build failed: TypeError: loaderContext.getOptions is not a function
at getLoaderOptions (E:\Desktop\structure_report_byHMRRC_VUE\node_modules\ts-loader\dist\index.js:91:41)
at Object.loader (E:\Desktop\structure_report_byHMRRC_VUE\node_modules\ts-loader\dist\index.js:14:21)
The project given to me by my mentor can only be started with node 8.11.1, but the ts-loader reports incompatibility, so which version should I download?
The text was updated successfully, but these errors were encountered:
ERROR Failed to compile with 1 errors 16:28:37
error in ./src/views/modules/generator/HelloWorld.vue
Module build failed: TypeError: loaderContext.getOptions is not a function
at getLoaderOptions (E:\Desktop\structure_report_byHMRRC_VUE\node_modules\ts-loader\dist\index.js:91:41)
at Object.loader (E:\Desktop\structure_report_byHMRRC_VUE\node_modules\ts-loader\dist\index.js:14:21)
@ ./src/views/modules/generator/HelloWorld.vue 8:0-136
@ ./src/views ^./.*.vue$
@ ./src/router/import-development.js
@ ./src/router/index.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://127.0.0.1:8001 webpack/hot/dev-server babel-polyfill ./src/main.js
The project given to me by my mentor can only be started with node 8.11.1, but the ts-loader reports incompatibility, so which version should I download?
The text was updated successfully, but these errors were encountered: