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
npm install && npm run build
npm WARN deprecated [email protected]: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
added 181 packages, and audited 182 packages in 3s
72 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
> [email protected] build
> parcel build --public-url . --no-source-maps index.html
🚨 Build failed.
@parcel/core: Failed to resolve '@joeattardi/emoji-button' from './index.ts'
/home/dieter/code/logseq-plugin-samples/logseq-emoji-picker/index.ts:2:29
1 | import '@logseq/libs'
> 2 | import { EmojiButton } from '@joeattardi/emoji-button'
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^
3 |
4 | /**