The 「object-treeify」causes @vue/cli installation to fail
See original GitHub issueVersion
@vue/cli 4.5.11 @vue/cli-ui 4.5.11
Environment info
- mac os
- node -v 10.15.3
- @vue/cli 4.5.11
- @vue/cli-ui 4.5.11
Steps to reproduce
just run yarn add @vue/cli
in any project
What is expected?
Hope @vue/cli works in node@10.x
What is actually happening?
1.dependency tree
@vue/cl
i =>@vue/cli-ui
=>vue-cli-plugin-apollo
=>apollo
=>cli-ux
=> object-treeify@^1.1.4@vue/cli
=>@vue/cli-ui
=>vue-cli-plugin-apollo
=>apollo
=>@oclif/plugin-not-found + @oclif/plugin-plugins +@oclif/plugin-autocomplete
=>cli-ux
=>object-treeify@^1.1.4
- object-treeify@1.1.32 published 12 hours ago by simlu
2.error info
"engines": {
"node": ">= 12"
},
error object-treeify@1.1.32: The engine "node" is incompatible with this module. Expected version ">= 12". Got "10.15.3"
help look at it, because our tools rely on @vue/cli at the bottom; this has a big impact on us
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
Troubleshooting - Vue CLI
This document covers some common Vue CLI issues and how to resolve them. You should always follow these steps before opening a new...
Read more >How to fix the error when installing vue-cli - Stack Overflow
The error seems to be cause by permission, you could run powershell with admin then run the command npm i -g @vue/cli.
Read more >teambit/changelog | npm - Open Source Insights
arrow_right @babel/runtime. 7.12.18 Notes Relation Licenses
Version 7.12.18 Published February 18, 2021 Description
arrow_right @teambit/harmony. 0.2.11 Notes Relation Licenses
Version 0.2.11 Published January 7, 2021 Description...
Read more >@yarnpkg/core | Yarn - Package Manager
@yarnpkg/sdks is a CLI tool to generate the PnP Editor SDKs. @yarnpkg/shell is a portable bash-like shell interpreter. Yarn packages. The following packages...
Read more >Central Repository: org/webjars/npm
... aws-sdk__service-error-classification/ ... babel-plugin-transform-es2015-object-super/ ... babel-plugin-transform-vue-jsx/ ...
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
Everything should be working as expected now.
My sincere apologies - I’ve accidentally released the deprecation as a fix version. Corrected now.
PS: Talk about timing. I just went to sleep as this issue came up, that’s why my response here is a bit delayed…
🤔Actually
vue-cli-plugin-apollo
should be considered a dev dependency. I should release a patch tonight or tomorrow to fix this.