npm install
и npm run dev
, по итогу получаю(node:16400) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
(node:16400) Warning: Accessing non-existent property 'Reader' of module exports inside circular dependency
(node:16400) Warning: Accessing non-existent property 'Reader' of module exports inside circular dependency
(node:16400) [DEP0111] DeprecationWarning: Access to process.binding('crypto') is deprecated.
npm WARN package.json timestamp-tools@ No repository field.
npm ERR! 404 Not Found
npm ERR! 404
npm ERR! 404 'vvo/tzdb' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it
npm ERR! 404 It was specified as a dependency of 'timestamp-tools'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, or http url, or git url.
npm ERR! System Windows_NT 10.0.19045
npm ERR! command "E:\\Site-Building\\Useful Programs\\NodeJS\\node.exe" "E:\\Site-Building\\Useful Programs\\NodeJS\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! cwd E:\TEMP\FlowLauncher\TimestampTools-master
npm ERR! node -v v23.5.0
npm ERR! npm -v 1.4.12
npm ERR! code E404
npm WARN deprecated eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! E:\TEMP\FlowLauncher\TimestampTools-master\npm-debug.log
npm ERR! not ok code 0
npm ERR! 404 'vvo/tzdb' is not in the npm registry.
vvo/tzdb
и смотреть что там. Самый простой вариант - в локально установленном пакете исправить зависимость ручками. Чуть более правильно сделать цепочку форков сломанных пакетов и внести поправки в код, а уже в своём проекте поставить зависимость от этой цепочки.