Details
- OS version: Debian testing
- xterm.js version: 5.3.0
Steps to reproduce
- yarn install
- npm run install-addons
- npm run build
- cd addons/xterm-addon-image
- npm run package
This produces an error:
ERROR in ./out/ImageRenderer.js 9:20-47
Module not found: Error: Can't resolve 'common/Lifecycle' in '/home/yadd/dev/debian/src/pkg-js/packages/node-xterm/addons/xterm-addon-image/out'
resolve 'common/Lifecycle' in '/home/yadd/dev/debian/src/pkg-js/packages/node-xterm/addons/xterm-addon-image/out'
node_modules/common is installed with the good version (0.2.5) and doesn't export any common/Lifecycle