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

ERROR Error: AddPipe: missing required arguments while using amAdd #239

Open
shaluawz opened this issue Jun 16, 2020 · 1 comment
Open

Comments

@shaluawz
Copy link

shaluawz commented Jun 16, 2020

Description of the Issue and Steps to Reproduce:

Did you search for duplicate issue? [Yes / No]

Please describe the issue and steps to reproduce, preferably with a code sample / plunker:

Ensure your issue is isolated to ngx-moment. Issues involving third party tools will be closed unless submitted by the tool's author/maintainer.

Environment:

Please answer the following questions:

  • Angular version? 9
  • TypeScript version?
  • moment version? 2.26.0
  • Are you using moment-timezone?
  • Are you using the angular-cli? yes
  • Using Rollup/Webpack/System.js/Ionic/similar?
@shaluawz shaluawz changed the title ERROR Error: AddPipe: missing required arguments ERROR Error: AddPipe: missing required arguments while using amAdd Jun 16, 2020
@davorpeic
Copy link

Hi, @shaluawz
I had similar error, I added this to my package.json, it is probably issue how you modules are built.

"scripts": {
    "ngcc": "ngcc --properties es2015 module main --first-only",
    "postinstall": "npm run ngcc"
  },

Can you try? Do clean npm i after you remove node_modules

dp

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

No branches or pull requests

2 participants