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
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.
The text was updated successfully, but these errors were encountered:
Please delete C:\Users\Bruce\Dropbox\.babelrc (the file might be hidden).
This Babel config messes up your settings.
Indeed this will be solved in a future version, but it's still going to bite you in other projects.
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.
The text was updated successfully, but these errors were encountered: