[Vuejs]-Cannot read property 'transformFile' of undefined exception vue-native

1👍

Change your devDependencies:

"devDependencies":{   
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^2.0.0-alpha.20",
    "babel-preset-expo": "~8.0.0",
    "vue-native-scripts": "0.0.16"
  },

Problem solved.

Leave a comment