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
Issue: ndk-cache-redis package not built after installation
Description
When adding ndk-cache-redis as a dependency, the package is not automatically built with a prepare script after installation. This prevents using the package in a project.
Steps to Reproduce
Create a new Node.js project or use an existing one
Run npm install @nostr-dev-kit/ndk-cache-redis
Attempt to import and use the package in your code
The package should be built and ready to use immediately after installation.
Actual Behavior
The package is installed but not built (no /dist folder), leading to errors when trying to use it.
When trying to run the build script manually for ndk-cache-redis, I got an error about the dependency "@nostr-dev-kit/eslint-config-custom": "0.0.0" which does not exist in the repo, NPM registry, nor in the nostr-dev-kit repository AFAIK.
Environment
Node.js version: 20.12.1
npm version: 10.5.0
pnpm version: 8.15.5
Operating System: Windows 10
Additional Context
Manually building the module was unsuccessful
Possible Solution
Create a proper build script, republish, and make sure the dependencies can resolve
The text was updated successfully, but these errors were encountered:
Issue: ndk-cache-redis package not built after installation
Description
When adding
ndk-cache-redis
as a dependency, the package is not automatically built with aprepare
script after installation. This prevents using the package in a project.Steps to Reproduce
npm install @nostr-dev-kit/ndk-cache-redis
Expected Behavior
The package should be built and ready to use immediately after installation.
Actual Behavior
The package is installed but not built (no /dist folder), leading to errors when trying to use it.
When trying to run the build script manually for ndk-cache-redis, I got an error about the dependency
"@nostr-dev-kit/eslint-config-custom": "0.0.0"
which does not exist in the repo, NPM registry, nor in the nostr-dev-kit repository AFAIK.Environment
Additional Context
Possible Solution
Create a proper build script, republish, and make sure the dependencies can resolve
The text was updated successfully, but these errors were encountered: