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.

Headless build relies on locale directory

See original GitHub issue

Describe the bug After installing @converse/headless module using npm, when I try to import the module over react application using import converse from "@converse/headless/converse-core"; I got the error that indicates

Module not found: Can’t resolve ‘…/…/locale’ in ‘C:.…\framework-poc\node_modules@converse\headless’ Error from chokidar (C:): Error: EBUSY: resource busy or locked, lstat ‘C:\hiberfil.sys’ Error from chokidar (C:): Error: EBUSY: resource busy or locked, lstat ‘C:\pagefile.sys’ Error from chokidar (C:): Error: EBUSY: resource busy or locked, lstat ‘C:\swapfile.sys’

To Reproduce Steps to reproduce the behavior: Create new react application and install @converse/headless using npx create-react-app and npm install. Expected behavior I expected to use converse object after I import it from the module.

Environment (please complete the following information): Windows 10 Node v12.18.3 Converse.js 6.0.1

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
jcbrandcommented, Nov 18, 2020

You’re welcome @maqsood1ahmed 😃

1reaction
maqsood1ahmedcommented, Nov 18, 2020

Hi @jcbrand Please let us know When we can expect these fixes at npm repo as well? Thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

Headless build issues with STM32CubeIDE in Windows
I am running STM32CubeIDE 1.6.1, I set up my workspace in the location on the user guide, I have a project of the...
Read more >
stm32cubeide headless build returns No Project matched ...
I am executing this from the root directory where all of the code exists which throws this error. stm32cubeide --launcher.suppressErrors - ...
Read more >
Scriptable builds from the command line - GNU ARM Eclipse
To support this, Eclipse CDT provides a headless build feature, implemented as an application to be executed from the command line:.
Read more >
C / C++ IDE (CDT) » Headless build issue
It was my understanding that the .eclipse folder was a storage location for installation and configuration information and nothing to do with ...
Read more >
Perform a Headless Build
A headless build is a method of building and publishing an app without ... be copied to 'binaries' folder inside project binaries.location= #Combine...
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