larscom / ng-chrome-extension

CLI tool to generate angular chrome extensions
MIT License
170 stars 31 forks source link

Unable to Import ReactiveFormsModule #42

Closed maddybin closed 5 days ago

maddybin commented 2 weeks ago

imports: [RouterOutlet, CommonModule, ReactiveFormsModule, FormsModule ]

./node_modules/@angular/forms/fesm2022/forms.mjs:5885:14-34 - Error: export 'ɵɵInputFlags' (imported as 'i0') was not found in '@angular/core' (possible exports: ANIMATION_MODULE_TYPE, APP_BOOTSTRAP_LISTENER, APP_ID, APP_INITIALIZER
larscom commented 2 weeks ago

This works perfectly fine, build is successfull. What is your node version, i think you need at least node 18.

image