multiplegeorges / vue-cli-plugin-s3-deploy

A vue-cli plugin that uploads your built Vue.js project to an S3 bucket
MIT License
331 stars 51 forks source link

Installation failing because remove-trialing-separator-1.1.0.tgz can not be found #117

Closed tsayeed closed 4 years ago

tsayeed commented 4 years ago

Output for yarn add

▶ yarn add vue-cli-plugin-s3-deploy@next
yarn add v1.22.4
[1/4] Resolving packages...
warning vue-cli-plugin-s3-deploy > joi@14.3.1: This module has moved and is now available at @hapi/joi. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
warning vue-cli-plugin-s3-deploy > joi > topo@3.0.3: This module has moved and is now available at @hapi/topo. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
warning vue-cli-plugin-s3-deploy > @babel/polyfill > core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
warning vue-cli-plugin-s3-deploy > joi > hoek@6.1.3: This module has moved and is now available at @hapi/hoek. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
warning vue-cli-plugin-s3-deploy > joi > topo > hoek@6.1.3: This module has moved and is now available at @hapi/hoek. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
[2/4] Fetching packages...
error https://registry.yarnpkg.com/remove-trialing-separator/-/remove-trialing-separator-1.1.0.tgz: Request failed "404 Not Found"
info fsevents@2.1.3: The platform "linux" is incompatible with this module.
info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
nicekiwi commented 4 years ago

hmm, that package seems to have been removed from NPM. That's a worry.

tsayeed commented 4 years ago

There is another package remove-trailing-separator. Don't if it's the same or not.

nicekiwi commented 4 years ago

@sayeed910 is this still an issue for you?