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 stable@0.1.8: 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
> logseq-emoji-picker@0.0.1 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 | /**
The text was updated successfully, but these errors were encountered:
npm install && npm run build in terminal to install dependencies
The command you mentioned does indeed make npm run build work, thus it seems that the standard instructions are not enough to properly install all dependencies.
thanks!
The text was updated successfully, but these errors were encountered: