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.

Can't install azure package with yarn due to intune package.json engines value

See original GitHub issue

I can successfully install the azure package using npm, but when I try to install with yarn, I get the following error:

error azure-arm-intune@0.2.1: The engine "node" is incompatible with this module. Expected version "^5.0.0".

From searching this repo, it appears that the intune package.json is the only one with an engines value specified. Is intune really compatible with only node 5.x and won’t run on any other version? If not, please remove the engine value from package.json.

(There is a separate bug in yarn 0.15.1. The error above occurs even if the --ignore-engines flag is used. I’ll file that issue in their repo.)

I am running:

  • OSX El Capitan
  • node 6.8.0
  • npm 3.10.8
  • yarn 0.15.1 (installed with brew)

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
amarzaverycommented, Mar 22, 2017

we are gearing for a new release with new ES6 features and updates to type definitions per latest version of typescript. We will be fixing this bug as well. the timeline for new release is 03/28.

0reactions
amarzaverycommented, Apr 4, 2017

The new release is out https://github.com/Azure/azure-sdk-for-node/releases/tag/2.0.0-preview-April2017. Please feel free to reopen the issue if the problem persists.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Azure App Service - Node.js - yarn install fails - MSDN
If I deploy, I have to run "yarn install" before my packages are installed. I do this by changing my npm start script...
Read more >
Yarn install error on Azure App Service · Issue #6604 - GitHub
1. Use package.json file to choose a different version. 00:06:35.319 remote: Selected npm version 5.6.0 00:06:35.320 remote ...
Read more >
Can't npm install in azure with pipeline and outside library ...
I'm trying several times to do an npm install but it's hard failing. This is due an own Angular library hosted in Azure...
Read more >
Error installing npm package on Azure app service deploy
I'm trying to deploy my reactjs project on Azure app service but when I started the deploy I get the follow log error...
Read more >
Troubleshooting Omnibus GitLab installation issues
To our knowledge there is no clean way to install Debian or RPM packages as a non-privileged user. You cannot install Omnibus GitLab...
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