You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
As title says. Cannot install Dexcalibur from repository files.
To reproduce git clone https://github.com/FrenchYeti/dexcalibur.git cd .\dexcalibur npm -g install .
Resolution
Seems manually installing keyv solves the issue. May be related to this 475 warn deprecated @types/[email protected]: This is a stub types definition. keyv provides its own type definitions, so you do not need this installed.
kylemd
changed the title
Dexcalibur won't install from repo
Dexcalibur won't install from repo due to deprecated dependencies
Nov 7, 2022
kylemd
changed the title
Dexcalibur won't install from repo due to deprecated dependencies
Dexcalibur won't install from repo due to deprecated dependency keyv
Nov 7, 2022
Describe the bug
As title says. Cannot install Dexcalibur from repository files.
To reproduce
git clone https://github.com/FrenchYeti/dexcalibur.git
cd .\dexcalibur
npm -g install .
Resolution
Seems manually installing
keyv
solves the issue. May be related to this475 warn deprecated @types/[email protected]: This is a stub types definition. keyv provides its own type definitions, so you do not need this installed.
Expected behavior
A successful install
Debug Log
2022-11-07T22_57_48_197Z-debug.log
Desktop (please complete the following information):
node --version v12.22.12
npm --version 6.14.16
The text was updated successfully, but these errors were encountered: