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.

Not working on windows

See original GitHub issue
ERROR in ./~/carte-blanche/dist/src/dynamic-resolve.js?{"filter":"/([A-Z][a-zA-Z]*.?///index|[A-Z][a-zA-Z]*)//.(jsx?|es6|react//.jsx?)$/","componentRoot":"./src/BIA/Components","context":"C://node//UI","dest":"carte-blanche"}!./~/carte-blanche/dist/src/assets/placeholder.js                                                                                      Module not found: Error: Cannot resolve module 'C:                                                                      odeUIsrcBIAComponents' in C:\node\UI\node_modules\carte-blanche\dist\src\assets                                          @ ./~/carte-blanche/dist/src/dynamic-resolve.js?{"filter":"/([A-Z][a-zA-Z]*.?///index|[A-Z][a-zA-Z]*)//.(jsx?|es6|react//.jsx?)$/","componentRoot":"./src/BIA/Components","context":"C://node//UI","dest":"carte-blanche"}!./~/carte-blanche/dist/src/assets/placeholder.js 6:26-149                                                                                                                                                                                                           ERROR in ./~/carte-blanche/dist/src/dynamic-resolve.js?{"filter":"/([A-Z][a-zA-Z]*.?///index|[A-Z][a-zA-Z]*)//.(jsx?|es6|react//.jsx?)$/","componentRoot":"./src/BIA/Components","context":"C://node//UI","dest":"carte-blanche"}!./~/carte-blanche/dist/src/assets/placeholder.js                                                                                      Module not found: Error: Cannot resolve module 'C:                                                                      odeUIsrcBIAComponents' in C:\node\UI\node_modules\carte-blanche\dist\src\assets                                          @ ./~/carte-blanche/dist/src/dynamic-resolve.js?{"filter":"/([A-Z][a-zA-Z]*.?///index|[A-Z][a-zA-Z]*)//.(jsx?|es6|react//.jsx?)$/","componentRoot":"./src/BIA/Components","context":"C://node//UI","dest":"carte-blanche"}!./~/carte-blanche/dist/src/assets/placeholder.js 6:157-376                                                                                                                                                                                                          ERROR in ./~/carte-blanche/dist/src/dynamic-resolve.js?{"filter":"/([A-Z][a-zA-Z]*.?///index|[A-Z][a-zA-Z]*)//.(jsx?|es6|react//.jsx?)$/","componentRoot":"./src/BIA/Components","context":"C://node//UI","dest":"carte-blanche"}!./~/carte-blanche/dist/src/assets/placeholder.js                                                                                      Module not found: Error: Cannot resolve module 'C:                                                                      odeUIsrcBIAComponents' in C:\node\UI\node_modules\carte-blanche\dist\src\assets                                          @ ./~/carte-blanche/dist/src/dynamic-resolve.js?{"filter":"/([A-Z][a-zA-Z]*.?///index|[A-Z][a-zA-Z]*)//.(jsx?|es6|react//.jsx?)$/","componentRoot":"./src/BIA/Components","context":"C://node//UI","dest":"carte-blanche"}!./~/carte-blanche/dist/src/assets/placeholder.js 6:388-585

Looks like at some point the absolute paths that make it into the generated code strings have unescaped backslashes. Note how \node is parsed as {newline}ode and other backslashes simply disappear.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
johann-sonntagbauercommented, Jun 3, 2016

@mxstbr maybe adding a note in the readme, that windows is currently not supported saves some time and frustration.

1reaction
mxstbrcommented, Jun 3, 2016

No there isn’t, feel free to submit a WIP PR and let’s fix this together!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix problems with the Start menu - Microsoft Support
Fix problems with the Start menu · Show a hidden taskbar · Check for updates · Restart your device · Update drivers ·...
Read more >
[Solved] Windows 10 Not Responding | Quickly & Easily
How to Fix Windows 10 not responding · Restart your computer · Troubleshoot your computer · Update available drivers · Run System File...
Read more >
What You Should Do If Windows Fails to Start
The quickest way to get to Startup Repair is to hard-power-down your PC while it's booting three times. You normally do this by...
Read more >
[SOLVED] Windows 10 Start Menu Not Working: 13 Methods
Ways To Fix Windows 10 Start Menu Not Working Error · Method 1: Update Windows · Method 2: Update drivers · Method 3:...
Read more >
Is the Windows Start Button Not Working? Here's How to Fix It
Is the Windows Start Button Not Working? Here's How to Fix It · 1. Update Windows · 2. Sign Out of Your User...
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