Package no longer installs on Node 6/8
See original GitHub issuebabel-plugin-ember-data-packages-polyfill
specifies 10.* || >= 12.*
as its Node support, which is incompatible with ember-cli-babel
still supporting Node 6 and 8.
/cc @rwjblue @runspired
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Error when installing necessary packages on Node js
I just had Windows Powershell stop and freeze for about 5 minutes while installing Node.JS for VS Code (not Visual Studio).
Read more >Unable to build binary modules on windows-latest #68 - GitHub
I run node-gyp rebuild on the binary package and I get the following error. gyp ERR! stack Error: spawn C:\Program Files (x86)\Microsoft Visual...
Read more >Failed to install Base Package - Commvault Community
Failed to install Base Package. Failed to access remote registrySource: commvault, Process: DistributeSoftware. Error code was 68:182.
Read more >@types/node - npm
npm install --save @types/node. Summary. This package contains type definitions for Node.js (https://nodejs.org/). Details.
Read more >Single Node Openshift Cluster Installation failed at 68%
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more. Current Customers and Partners. Log in for full ...
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
@xg-wang it should work with more versions than that although the tests may not. The issue is it declares a version in engines that although is the correct version for what we support in the ember ecosystem at the point it was released is not what ember-cli-Babel currently has.
I’m going to see about cutting a version that ensures support for these legacy versions but we should also bump ember-cli-Babel soon
https://github.com/ember-data/babel-plugin-ember-data-packages-polyfill/pull/4 will resolve this for the plugin