white space / typo preventing setup
See original GitHub issueHi,
/node_modules/reactql/cli/index.js:316
);
^
SyntaxError: Unexpected token )
at createScript (vm.js:53:10)
at Object.runInThisContext (vm.js:95:10)
at Module._compile (module.js:543:28)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
at Function.Module._load (module.js:439:3)
at Module.require (module.js:498:17)
at require (internal/module.js:20:19)
+ reactql@4.5.5
+ uninstall@0.0.0
rm -r /usr/local/bin/reactql /usr/lib/node_modules/reactql/bin/reactql
yarn add reactql@latest
./node_modules/reactql/bin/reactql new test ....
.../node_modules/reactql/cli/index.js:316
…same error after clean + local install !
Fixed by removing a couple of whitespaces! ~16 Thank you!!
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
white-space - CSS-Tricks
The CSS white-space property controls how text is handled on the element it is applied to. Let's say you have HTML exactly like...
Read more >white-space - CSS: Cascading Style Sheets - MDN Web Docs
The white-space CSS property sets how white space inside an element is handled.
Read more >White space preventing Sitemap file generation - WordPress.org
The I cleared all browser cache and went into RM again, and clicked on Sitemap Settings, then https://rolanditen.com/sitemap_index.xml once again. This time I ......
Read more >Whitespace - Tailwind CSS
Utilities for controlling an element's white-space property. ... Use whitespace-nowrap to prevent text from wrapping within an element. Newlines and spaces ...
Read more >The CSS white-space Property Explained - Impressive Webs
Through a number of possible values, the white-space property gives us, via CSS, a way of defining how the browser handles multiple white...
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 FreeTop 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
Top GitHub Comments
We have lift off! 🚀
Graphiql out of the box and a lightning fast front-end! support in 9 min 😉 thx!
npm 5.3.0 node 8.4.0
Fix released in 4.5.6 - upgrade with
npm i -g reactql