Can't install azure package with yarn due to intune package.json engines value
See original GitHub issueI 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:
- Created 7 years ago
- Reactions:7
- Comments:6 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop 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
Top GitHub Comments
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.
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.