This happens when I run "yarn test" in my normal Windows folder structure with my create-react-app created project under my DropBox folder:
ReferenceError: [BABEL] C:\Users\Bruce\Dropbox\Projects Learning\Blue-Duck-Beta\src\containers\Appnav\tests\navbar.test.js: Using removed Babel 5 option: C:\Users\Bruce\Dropbox.babelrc.stage - Check out the corresponding stage-x presets http://babeljs.io/docs/plugins/#presets
If I move the create-react-app created project outside of the DropBox folder, the error goes away.
Googling this error shows many people asking about this problem, but there is no answer that I can apply to the hidden build created by your program (BTW, I'm loving it after trying many boilerplate frameworks). Is there anything you can help with? I would like to have my project backed up on DropBox.
This happens when I run "yarn test" in my normal Windows folder structure with my create-react-app created project under my DropBox folder:
ReferenceError: [BABEL] C:\Users\Bruce\Dropbox\Projects Learning\Blue-Duck-Beta\src\containers\Appnav\tests\navbar.test.js: Using removed Babel 5 option: C:\Users\Bruce\Dropbox.babelrc.stage - Check out the corresponding stage-x presets http://babeljs.io/docs/plugins/#presets
If I move the create-react-app created project outside of the DropBox folder, the error goes away.
Googling this error shows many people asking about this problem, but there is no answer that I can apply to the hidden build created by your program (BTW, I'm loving it after trying many boilerplate frameworks). Is there anything you can help with? I would like to have my project backed up on DropBox.