We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using macOS Sierra 10.12.6, installed yarn from:
curl -o- -L https://yarnpkg.com/install.sh | bash
And I'm getting this output,
✗ ~/.yarn/bin/yarn ... ✗ ~/.yarn/bin/yarn start yarn run v1.2.1 $ knit -- server ⌛ Webpack bundling assets for the first time... ⚡ Server running at http://localhost:8080 ➾ Proxying /api to API running at http://localhost:5000 webpack built 56da26a0f3b3be2a917e in 915ms Version: webpack 2.1.0-beta.22 Time: 915ms Asset Size Chunks Chunk Names bundle.js 386 kB 0 [emitted] bundle bundle.js.map 471 kB 0 [emitted] bundle ERROR in ./modules/~/webpack_entry/index.js Module build failed: SyntaxError: Unexpected token (7:2) 5 | 6 | render( > 7 | <App />, | ^ 8 | document.getElementById(`root`) 9 | ) 10 | @ multi bundle webpack: bundle is now VALID.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using macOS Sierra 10.12.6, installed yarn from:
curl -o- -L https://yarnpkg.com/install.sh | bash
And I'm getting this output,
The text was updated successfully, but these errors were encountered: