Closed abhi9bakshi closed 2 years ago
same issue with node v12.22 and angular v10
@abhi9bakshi I've fixed it by doing the following steps:
bit
, I mean this folder in your case /home/abhi9/Library/Caches/Bit/capsules/4449ca0ffbd1bf94b513919b0aa94c2a37e76f6e
workplace.jsonrc
:
"peerDependencies": { ... , "html-loader": "1.3.2", "remark-loader": "2.0.0" }
bit install
bit start
Issue has been resolved in my case
Works like a charm, thanks :)
I followed the steps in https://github.com/teambit/bit-angular as is and got the error on running
bit start
after creatingui/my-button
. Runningbit start
directly afterbit new ng-workspace
doesn't throw error.Module not found: Error: Can't resolve 'html-loader' in '/home/abhi9/Library/Caches/Bit/capsules/4449ca0ffbd1bf94b513919b0aa94c2a37e76f6e/teambit.angular_angular@0.0.55/preview'
OS: Zorin 16 (Ubuntu 20 based) Node: 16.14.0