-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
The following error occurs when running the yarn build-package
command. Providing the full readout from CLI command for reference
yarn run v1.22.22
$ yarn clean-package && yarn prepare-package && yarn copy-sources-package && yarn transpile-package && node config/prepare-package
$ rm -fr ./build
$ shx mkdir -p build/osh-js
$ shx cp -rf source/ build/osh-js/source
$ tsc --project config/tsconfig-build.json && shx cp -rf source/vue build/osh-js/vue && shx cp -fr source/core/resources build/osh-js/core/resources && shx cp -fr source/ext/resources build/osh-js/ext/resources
node_modules/@types/markdown-it/lib/index.d.ts:151:33 - error TS2694: Namespace 'LinkifyIt' has no exported member 'LinkifyIt'.
151 readonly linkify: LinkifyIt.LinkifyIt;
~~~~~~~~~
Found 1 error in node_modules/@types/markdown-it/lib/index.d.ts:151
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.