example doesn't run
See original GitHub issueIssue Description
After running yarn install
then yarn start
ERROR in ./app.js
Module build failed: ReferenceError: Unknown plugin "transform-flow-strip-types" specified in "/Users/booker/Code/revalidation/.babelrc" at 0, attempted to resolve relative to "/Users/booker/Code/revalidation"
at /Users/booker/Code/revalidation/example/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17
at Array.map (native)
at Function.normalisePlugins (/Users/booker/Code/revalidation/example/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20)
at OptionManager.mergeOptions (/Users/booker/Code/revalidation/example/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36)
at OptionManager.init (/Users/booker/Code/revalidation/example/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12)
at File.initOptions (/Users/booker/Code/revalidation/example/node_modules/babel-core/lib/transformation/file/index.js:212:65)
at new File (/Users/booker/Code/revalidation/example/node_modules/babel-core/lib/transformation/file/index.js:135:24)
at Pipeline.transform (/Users/booker/Code/revalidation/example/node_modules/babel-core/lib/transformation/pipeline.js:46:16)
at transpile (/Users/booker/Code/revalidation/example/node_modules/babel-loader/lib/index.js:48:20)
at Object.module.exports (/Users/booker/Code/revalidation/example/node_modules/babel-loader/lib/index.js:163:20)
@ multi (webpack)-dev-server/client?http://localhost:8080 ./app.js
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
testing - Go example won't run - Stack Overflow
Save this question. Show activity on this post. I'm trying to add an example to a package, and run the example via go...
Read more >cannot run examples - Installation & Troubleshooting
1st time trying arduino. running ubuntu 12.04 with mega2560. when I try to verify examples such as blink in sketch, I get (cannot...
Read more >Run / RunWait - Syntax & Usage - AutoHotkey
The Run and RunWait commands run an external program. RunWait will wait until the program finishes before continuing.
Read more >Spring Boot Reference Documentation
Try the How-to documents. They provide solutions to the most common questions. Learn the Spring basics. Spring Boot builds on many other Spring...
Read more >Cannot run minimal example of tcolorbox - TeX
bugs - Cannot run minimal example of tcolorbox - TeX - LaTeX Stack Exchange. Stack Overflow for Teams – Start collaborating and sharing ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Great, it works now, thanks!
@bookercodes Let me know if this works for you. We can close this issue as soon as the examples works.