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
Hi,
I installed the dependencies along the tutorial by running 'npm install'.
The angular is not automatically installed, so I ran npm install -g @angular/cli to install the angular.
While running the ng serve I got the error here below.
An unhandled exception occurred: Named export 'CUSTOM_ELEMENTS_SCHEMA' not found. The requested module '@angular/compiler' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from '@angular/compiler';
const { CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } = pkg;
See "/private/var/folders/j0/6rwmzh011j9f6pnty3q00w0w0000gn/T/ng-aXWHbe/angular-errors.log" for further details.
The text was updated successfully, but these errors were encountered:
Hi,
I installed the dependencies along the tutorial by running 'npm install'.
The angular is not automatically installed, so I ran
npm install -g @angular/cli
to install the angular.While running the
ng serve
I got the error here below.The text was updated successfully, but these errors were encountered: