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
After updating to @taiga-ui/editor 4.10.0 a production build gets the following error:
> ng.cmd run app:build:production --stats-json
Application bundle generation failed. [12.567 seconds]
▲ [WARNING] The glob pattern import("./**/*.entry.js*") did not match any files [empty-glob]
node_modules/.pnpm/@stencil+core@4.20.0/node_modules/@stencil/core/internal/client/index.js:82:2:
82 │ `./${bundleId}.entry.js${BUILD4.hotModuleReplacement && hmrVersi...
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
▲ [WARNING] The glob pattern import("./**/*.entry.js*") did not match any files [empty-glob]
node_modules/.pnpm/@stencil+core@4.21.0/node_modules/@stencil/core/internal/client/index.js:82:2:
82 │ `./${bundleId}.entry.js${BUILD4.hotModuleReplacement && hmrVersi...
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
X [ERROR] TS7016: Could not find a declaration file for module 'markdown-it'. 'D:/work/abodesoft/asoftweb/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/dist/index.cjs.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/markdown-it` if it exists or add a new declaration (.d.ts) file containing `declare module 'markdown-it';` [plugin angular-compiler]
node_modules/.pnpm/@taiga-ui+editor@4.10.0_raf43qm3p3j47utrsgtqzm455y/node_modules/@taiga-ui/editor/extensions/markdown/parse/index.d.ts:2:23:
2 │ import MarkdownIt from 'markdown-it';
╵ ~~~~~~~~~~~~~
X [ERROR] TS7016: Could not find a declaration file for module 'markdown-it'. 'D:/work/abodesoft/asoftweb/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/dist/index.cjs.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/markdown-it` if it exists or add a new declaration (.d.ts) file containing `declare module 'markdown-it';` [plugin angular-compiler]
node_modules/.pnpm/prosemirror-markdown@1.13.0/node_modules/prosemirror-markdown/dist/index.d.ts:2:23:
2 │ import MarkdownIt from 'markdown-it';
╵ ~~~~~~~~~~~~~
X [ERROR] TS2307: Cannot find module 'markdown-it/lib/token' or its corresponding type declarations. [plugin angular-compiler]
node_modules/.pnpm/prosemirror-markdown@1.13.0/node_modules/prosemirror-markdown/dist/index.d.ts:3:18:
3 │ import Token from 'markdown-it/lib/token';
╵ ~~~~~~~~~~~~~~~~~~~~~~~
[ERROR] An error occurred while running subprocess ng.
ng.cmd run app:build:production --stats-json exited with exit code 1.
Re-running this command with the --verbose flag may provide more information.
ELIFECYCLE Command failed with exit code 1.
Taiga UI version
4.8.1
Browser Used
Chrome
OS Used
macOS
The text was updated successfully, but these errors were encountered:
Code Example URL
stackblitz.com
Description
After updating to @taiga-ui/editor 4.10.0 a production build gets the following error:
Taiga UI version
4.8.1
Browser Used
Chrome
OS Used
macOS
The text was updated successfully, but these errors were encountered: