Closed GarryLai closed 5 years ago
Please remove the node_modules directory and (re-)install the required modules:
$ npm install browserify babelify@8 babel-core babel-preset-env
Thanks, it worked!
thanks man it worked for me, also make sure that in your '.babelrc' file the presets are in an array: { 'presets': ['@babel/preset-env'] }
The same error appear with new version of makefile. My npm and all packages are the latest version.