Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

additional loader to handle the result of these loaders. #13

Open
sureshreddygovindu opened this issue Mar 1, 2022 · 2 comments
Open
Assignees
Labels

Comments

@sureshreddygovindu
Copy link

our application is working fine before, getting below error after rerun npm install, any idea?

ERROR in ./node_modules/pvutils/build/utils.es.js 12:29
Module parse failed: Unexpected token (12:29)
File was processed with these loaders:

  • ./node_modules/@angular-devkit/build-optimizer/src/build-optimizer/webpack-loader.js
    You may need an additional loader to handle the result of these loaders.
@sureshreddygovindu sureshreddygovindu changed the title getting below error additional loader to handle the result of these loaders. Mar 1, 2022
@sureshreddygovindu
Copy link
Author

`Angular CLI: 8.3.29
Node: 12.14.1
OS: darwin x64
Angular: 8.2.14
... animations, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router

Package Version

@angular-devkit/architect 0.803.29
@angular-devkit/build-angular 0.803.29
@angular-devkit/build-optimizer 0.803.29
@angular-devkit/build-webpack 0.803.29
@angular-devkit/core 8.3.29
@angular-devkit/schematics 8.3.29
@angular/cdk 8.2.3
@angular/cli 8.3.29
@angular/http 7.2.16
@angular/material 8.2.3
@ngtools/webpack 8.3.29
@schematics/angular 8.3.29
@schematics/update 0.803.29
rxjs 6.6.7
typescript 3.5.3
webpack 4.39.2`

@microshine microshine added the bug label Mar 2, 2022
@microshine microshine self-assigned this Mar 2, 2022
microshine added a commit that referenced this issue Mar 2, 2022
microshine added a commit that referenced this issue Mar 2, 2022
@microshine
Copy link
Contributor

microshine commented Mar 2, 2022

Please try [email protected].

The problem was in the ?? operator that is not supported in NodeJS v12.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants