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.

Some problems with run project local

See original GitHub issue

I’m clone repo and run npm install and node server after run i get error image in bundle.js:47 i change let api_path_start = path.dirname(name).replace(new RegExp(path.sep, 'g'), '.'); to let api_path_start = path.dirname(name).replace(new RegExp('\\' + path.sep, 'g'), '.'); and get new error image

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
AlexWayfercommented, May 25, 2018

Or, latest windows was declared to support some linux shell emulation (i don’t know details).

https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux

0reactions
puzrincommented, May 29, 2018

Also note, Win is not actively tested, we develop all under linux (ubuntu) and have no resources to test Win platform. If someone may help with configure appveyour to run tests under win - PR welcome.

Closing, because key issues should be solved. Feel free to create new issue if something new happens.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ran into a really weird problem with running localhost
NET Framework projects running off of IIS Express. The issue seems to be purely when trying to run .NET Core applications using Kestrel....
Read more >
Code won't run on my local server - Code Feedback
I'm working on the D3 Choropleth map project. I've been trying to make my map show on my local server and failed. So...
Read more >
Localhost Refused to Connect Error: 5 Confirmed Ways to ...
Localhost refused to connect error can be caused by an incorrectly configured port, insufficient permissions, or an inoperative web server.
Read more >
I can't run my project - Visual Studio Feedback
I've made a test program to see if VS works fine. The problem is whenever I try to run it it says it...
Read more >
Project is not running in server
Sounds like an issue with the proper access rights. Do you specify an account and a password when you connect to the database....
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