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.

nodejs version higher than 10 cannot fetch npm package "deasync 0.1.12"

See original GitHub issue

Type of issue: (check with “[x]”)

  • New feature request
  • Bug
  • [X ] Support request
  • Documentation

Current behaviour: Seems to me that “npm install -g generator-alfresco-adf-app@latest” command fails on the latest version of the nodejs (10.14.1 LTS) but then works with previous version 8.x. The error comes from npm package deasync version 0.1.12. NPM could not install the deasync version 0.1.12. From node 10.x, I could install higher version of deasync (0.1.13 or 0.1.14 current) but not the version of 0.1.12

there is thread discussing deasync 0.1.12’s failure in node v10. Hope this helps https://github.com/abbr/deasync/issues/97

Expected behavior: (this is done in node v8.14 npm v6.4.1 and yoamen v2.0.5)

npm install -g generator-alfresco-adf-app@latest node ./build.js win32-x64-node-8 exists; testing Binary is fine; exiting

  • generator-alfresco-adf-app@2.6.3 added 391 packages from 251 contributors in 18.699s

Steps to reproduce the issue: I just followed all of the prerequisite in the “Creating your first ADF application” and error is shown after executing “npm install -g generator-alfresco-adf-app@latest”

npm ERR! deasync@0.1.12 install: node ./build.js npm ERR! Exit status 1

Component name and version: generator-alfresco-adf-app@latest

Browser and version: node v10.14.1 LTS

Node version (for build issues):
node v10.14.1 LTS Failed. node v8.14 Success

New feature request: Please update the dependency of deasync? or let me know how to fix this problem with latest node.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
eromanocommented, Feb 18, 2019

the generator version 3.0.2 fix this bug. Please update your generator

1reaction
eromanocommented, Feb 5, 2019

For now my suggestion is to use node 9 we are going to fix this problem in the next release 3.0.0

Read more comments on GitHub >

github_iconTop Results From Across the Web

deasync - npm
Turns async function into sync via JavaScript wrapper of Node event loop. Latest version: 0.1.28, last published: 4 months ago.
Read more >
Can't install some node modules - Stack Overflow
Im trying to install some node modules I need for my script but I'm getting ... Files (x86)\Git\cmd npm ERR! deasync@0.1.9 install: node...
Read more >
Is there a problem with the installation of the Alfresco ADF App ...
npm ERR! Failed at the deasync@0.1.12 install script 'node ./build.js'. npm ERR! Make sure you have the latest version of node.js and npm...
Read more >
Error building mongosh - Developer Tools - MongoDB
Hi Jack! This is something I occasionally run into as well - it most likely means that you're trying to run the build...
Read more >
unmet peer dependency - OSCHINA - 中文开源技术交流社区
笔者之前在开发模块分析工具,使用npm list命令时遇到UNMET PEER DEPENDENCY 这个问题,在 ... Error: Cannot find module 'webpack/bin/config-yargs'Require stack:- ...
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