question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

white space / typo preventing setup

See original GitHub issue

Hi,

/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:closed
  • Created 6 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
temp3lcommented, Aug 27, 2017

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

1reaction
leebensoncommented, Aug 27, 2017

Fix released in 4.5.6 - upgrade with npm i -g reactql

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found