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.

Instructions don't appear to work on Windows dev machines

See original GitHub issue

The contents of the supportedBrowsers.js file created when npm run supportedBrowsers is run on a Windows PC is: "module.exports = $(browserslist-useragent-regexp --allowHigherVersions);"

That is, no substitution takes place

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
dangreencommented, Jul 29, 2019

@shiraze try this

{
  "scripts": {
    "supportedBrowsers": "(echo module.exports = && browserslist-useragent-regexp --allowHigherVersions) > supportedBrowsers.js"
  }
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

Device Manager does not display devices that are not ...
Workaround · Click Start, point to All Programs, point to · At a command prompt, type the following command , and then press...
Read more >
Camera doesn't work in Windows - Microsoft Support
Check for updates. Select Start > Settings > Windows Update > Check for updates. · Restart your PC. If you haven't restarted your...
Read more >
Error codes in Device Manager in Windows - Microsoft Support
In this article, we will help you find your error code and suggest what you might try to ... Device Manager does not...
Read more >
Error opening Help in Windows-based programs: "Feature not ...
Resolves issues in which you cannot open Help files (.hlp) that were created in Windows Help format in Windows 7 or Windows Vista....
Read more >
Troubleshoot external monitor connections in Windows 10
Try a Windows key sequence ; Key + ; Ctrl + ; Shift + ; B may fix your issue. If this does...
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