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
The following error occurs when running the yarn build-package command. Providing the full readout from CLI command for reference
yarn build-package
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.
The text was updated successfully, but these errors were encountered:
mdhsl
No branches or pull requests
The following error occurs when running the
yarn build-package
command. Providing the full readout from CLI command for referenceThe text was updated successfully, but these errors were encountered: