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
{{ message }}
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.
The module is installed on Anuglar 9 using NPM, but in the end when I start the project, I'm getting the error of missing dependency called fabric and the project fails to build on this error.
Solution: Add as a required dependency fabric module (https://github.com/fabricjs/fabric.js)
If I install the fabric module manually it works without any problems. (npm install fabric --save)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
angular: 9.1.0
ngx-image-drawing: 1.2.4
The module is installed on Anuglar 9 using NPM, but in the end when I start the project, I'm getting the error of missing dependency called fabric and the project fails to build on this error.
Solution: Add as a required dependency fabric module (https://github.com/fabricjs/fabric.js)
If I install the fabric module manually it works without any problems. (npm install fabric --save)
The text was updated successfully, but these errors were encountered: