Skip to content
New issue

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

Build issue on yarn build-package #777

Open
nickgaray opened this issue Sep 4, 2024 · 0 comments
Open

Build issue on yarn build-package #777

nickgaray opened this issue Sep 4, 2024 · 0 comments
Assignees
Labels

Comments

@nickgaray
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants