search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

How can I install .tar.gz

Asked by newuser
2 years ago.

I have an old version of vue.js package2019.4.4160.tar.gz. How can I install it?

D:\mytools\VueFrame>npm install Vue.js Package2019.4.4160.tar.gz
npm WARN old lockfile
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile
npm WARN tarball tarball data for file:Package2019.4.4160.tar.gz (null) seems to be corrupted. Trying again.
npm WARN tarball tarball data for file:Package2019.4.4160.tar.gz (null) seems to be corrupted. Trying again.
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path D:\mytools\VueFrame\Package2019.4.4160.tar.gz
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'D:\mytools\VueFrame\Package2019.4.4160.tar.gz'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Administrator\AppData\Local\npm-cache\_logs\2021-10-05T14_56_43_109Z-debug.log

Comment posted by newuser
2 years ago.

After Unzip,can find daypilot-vue.min.js,LicenseAgreement.pdf,package.json,README.md

Answer posted by Dan Letecky [DayPilot]
2 years ago.

We provide the Vue package at https://npm.daypilot.org. The Vue package is ready to use and you can install it by following the instructions.

With reference to a related question (https://forums.daypilot.org/question/5517/vue-npm-error), please note that if you have a single-application license you can only use DayPilot in one application. If you need to use it in an additional application, you'll need a new license. You can purchase it here: https://javascript.daypilot.org/buy/

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.