Maybe you have them globally installed somewhere.
I just did npm install --save react-voice-components and import { VoiceRecognition } from 'react-voice-components'; in my component.
To fix :
npm i -S babel-preset-es2015
npm install -S babel-preset-stage-2
They should be listed as dependencies :)
Maybe you have them globally installed somewhere.
I just did
npm install --save react-voice-componentsandimport { VoiceRecognition } from 'react-voice-components';in my component.To fix :
npm i -S babel-preset-es2015npm install -S babel-preset-stage-2They should be listed as dependencies :)