npm install deasync fails
See original GitHub issueAfter 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:
- Created 5 years ago
- Comments:8 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
For those using
yarn
you can force the resolution of0.1.16
(for a dependency likeparcel-bundler
) with the following JSON inpackage.json
:Thanks @abbr for such a quick fix!
Fixed with deasync@0.1.16