Registry / vue-cli-service

vue-cli-service

JSON →
library5.0.10jsnpmunverified

This npm package, `vue-cli-service` (current version 5.0.10, last published over two years ago), is a name-squatting placeholder that claims to wrap the binary from the *official* `@vue/cli-service` package. It does not provide any independent functionality, nor is it endorsed or maintained by the Vue.js team. Its sole stated purpose by the publisher "alxndrsn" is to prevent others from squatting the name. Developers should *not* install or rely on this package, as the actual Vue CLI service functionality is provided by the `@vue/cli-service` package, which is installed as a development dependency within a Vue CLI project and exposes its binary for use in npm scripts or via `npx`. This package is effectively abandoned, unmaintained, and offers no value, with 0 dependencies and a small unpacked size.

npm install vue-cli-service
INSTALL
IMPORT
SIG · VUE-CLI-SERVICE
V
vue-cli-service
javascriptv5.0.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

This package is a non-functional name squatter. The example shows how to correctly initiate and serve a Vue project using the official Vue CLI.

// This package offers no functional API or command-line interface for direct usage. // Installing it is not recommended as it is a name squatter. // The actual Vue CLI service is used indirectly within a Vue CLI project. // For example, to start a development server in a project created with @vue/cli: // npm install -g @vue/cli // vue create my-project // cd my-project // npm run serve
vue-cli-service --version
Debug
Known issues
breakingThis `vue-cli-service` npm package is a name squatter and *not* the official Vue CLI service. Installing or using it directly will *not* provide the expected Vue CLI functionalities and may introduce unknown risks. The legitimate Vue CLI service is provided by the `@vue/cli-service` package, which is an internal dependency of Vue CLI projects.
fix
Do not install `vue-cli-service` directly. If you need Vue CLI functionality, use the `vue` global command (after installing `@vue/cli` globally) or rely on the `vue-cli-service` binary installed locally by `@vue/cli-service` within a Vue project (e.g., `npm run serve`).
affects: >=5.0.0
gotchaThis package is effectively unmaintained and has not been updated in over two years. Its status as a 'squatter' means it has no active development, bug fixes, or security patches, making it a potential supply chain risk if mistakenly adopted.
fix
Remove `vue-cli-service` from your `package.json` dependencies immediately and ensure you are using the official `@vue/cli-service` indirectly through `vue-cli` commands or `npm` scripts within a Vue project.
affects: >=5.0.0
Errors
Common errors & fixes
Command not found: vue-cli-service
Attempting to use the `vue-cli-service` binary from this squatter package expecting official Vue CLI functionality.
fix
This `vue-cli-service` package does not provide the actual Vue CLI tools. Ensure you have `@vue/cli` installed globally (`npm install -g @vue/cli`) to use the `vue` command, or that your Vue project has `@vue/cli-service` installed as a dev dependency to use its locally provided `vue-cli-service` binary via `npm run serve` etc.
Error: Cannot find module 'vue-cli-service'
Attempting to import or require this squatter package expecting it to expose a functional module.
fix
This package is a name squatter and does not expose a functional module. Do not import or require `vue-cli-service`. The correct Vue CLI service is part of the `@vue/cli-service` package, which is intended for command-line use within a project, not direct programmatic import.
Upgrade
Version history
5.0.10latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
vue-cli-service — npm install vue-cli-service · libregistry