We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running pnpm build at the root:
@nostr-stack/ui:build: cache miss, executing 9c03a7d74c807b93 @nostr-stack/ui:build: @nostr-stack/ui:build: > @nostr-stack/[email protected] build /Users/rabble/code/experiments/nostr-stack/packages/ui @nostr-stack/ui:build: > tsc && vite build @nostr-stack/ui:build: @nostr-stack/ui:build: src/feed-item/FeedItem.tsx(2,26): error TS7016: Could not find a declaration file for module 'remark-linkify-regex'. '/Users/rabble/code/experiments/nostr-stack/node_modules/.pnpm/[email protected]/node_modules/remark-linkify-regex/index.js' implicitly has an 'any' type. @nostr-stack/ui:build: Try npm i --save-dev @types/remark-linkify-regex if it exists or add a new declaration (.d.ts) file containing declare module 'remark-linkify-regex'; @nostr-stack/ui:build: ELIFECYCLE Command failed with exit code 2. @nostr-stack/ui:build: ERROR: command finished with error: command (/Users/rabble/code/experiments/nostr-stack/packages/ui) pnpm run build exited (1) command (/Users/rabble/code/experiments/nostr-stack/packages/ui) pnpm run build exited (1)
npm i --save-dev @types/remark-linkify-regex
declare module 'remark-linkify-regex';
Tasks: 2 successful, 3 total Cached: 0 cached, 3 total Time: 26.004s
ERROR run failed: command exited (1) ELIFECYCLE Command failed with exit code 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running pnpm build at the root:
@nostr-stack/ui:build: cache miss, executing 9c03a7d74c807b93
@nostr-stack/ui:build:
@nostr-stack/ui:build: > @nostr-stack/[email protected] build /Users/rabble/code/experiments/nostr-stack/packages/ui
@nostr-stack/ui:build: > tsc && vite build
@nostr-stack/ui:build:
@nostr-stack/ui:build: src/feed-item/FeedItem.tsx(2,26): error TS7016: Could not find a declaration file for module 'remark-linkify-regex'. '/Users/rabble/code/experiments/nostr-stack/node_modules/.pnpm/[email protected]/node_modules/remark-linkify-regex/index.js' implicitly has an 'any' type.
@nostr-stack/ui:build: Try
npm i --save-dev @types/remark-linkify-regex
if it exists or add a new declaration (.d.ts) file containingdeclare module 'remark-linkify-regex';
@nostr-stack/ui:build: ELIFECYCLE Command failed with exit code 2.
@nostr-stack/ui:build: ERROR: command finished with error: command (/Users/rabble/code/experiments/nostr-stack/packages/ui) pnpm run build exited (1)
command (/Users/rabble/code/experiments/nostr-stack/packages/ui) pnpm run build exited (1)
Tasks: 2 successful, 3 total
Cached: 0 cached, 3 total
Time: 26.004s
ERROR run failed: command exited (1)
ELIFECYCLE Command failed with exit code 1
The text was updated successfully, but these errors were encountered: