npm install deasync fails

See original GitHub issue

After runing npm install deasync the following problem occurred:

… verbose node v11.1.0 verbose npm v6.4.1 error code ELIFECYCLE error errno 1 error deasync@0.1.13 install: node ./build.js error Exit status 1 error Failed at the deasync@0.1.13 install script. error This is probably not a problem with npm. There is likely additional logging output above. verbose exit [ 1, true ]

Any suggestions how can I install deasync? without it I cannot use parcel-bundler

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

12reactions
t3hmrmancommented, Nov 25, 2019

For those using yarn you can force the resolution of 0.1.16 (for a dependency like parcel-bundler) with the following JSON in package.json:

"resolutions": {
  "deasync": "0.1.16"
}

Thanks @abbr for such a quick fix!

4reactions
abbrcommented, Nov 17, 2019

Fixed with deasync@0.1.16

Read more comments on GitHub >

github_iconTop Results From Across the Web

deasync - npm
DeAsync turns async function into sync, implemented with a blocking mechanism by calling Node.js event loop at JavaScript layer.
Read more >
Why do I get these errors: "deasync" & "node build.js ...
Now I want a new package, and it won't install. I did not set up this project. Using React, Webpack, and Yarn on...
Read more >
Error on setting up the client app for lesson 7 (Ultimate Django ...
I correctly installed latest version of Node.js, opened the correct ... Files/Client App/storefront3_client/node_modules/deasync npm ERR!
Read more >
Same Source Code: Build failure on one site and not an ...
5:43:34 PM: Command failed with exit code 1: npm run build (Search results ... 12:08:52 AM: > deasync at 0.1.28 install /opt/build/repo/node_modules/deasync
Read more >
iurimatias/embark-framework - Gitter
Hi, I just tried to install emabark and install fails on both osx and ubuntu. ... npm ERR! Failed at the deasync@0.0.10 install...
Read more >

github_iconTop Related Medium Post

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