angular icon indicating copy to clipboard operation
angular copied to clipboard

Angular 17 and FormIO runtime error

Open pannirselvamm opened this issue 1 year ago • 1 comments

This error message is generated when I run my simple angular which has only the code below

import { FormioModule } from '@formio/angular';

@Component({ standalone: true, imports: [NxWelcomeComponent, RouterModule,FormioModule ], selector: 'web-latest-root', templateUrl: './app.component.html', styleUrl: './app.component.scss', })

./node_modules/@formio/angular/fesm2022/formio-angular.mjs:3:0-60 - Error: Module not found: Error: Can't resolve 'formiojs'

\node_modules@formio\angular\fesm2022'

I am using npx create-nx-workspace to create my angular project. Tested with angular 17 and 16. Same error.

pannirselvamm avatar Feb 29 '24 06:02 pannirselvamm

i think you should install formiojs aswell , formiojs is dependency

Amir-MP avatar Mar 06 '24 08:03 Amir-MP

I think , angular ivy doesn't support angular formio

rohidaskakad avatar Mar 28 '24 11:03 rohidaskakad