-
Notifications
You must be signed in to change notification settings - Fork 75
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
AOT e2e test failure #41
Comments
@h657070128 I commented this |
I have a similar issue. I cloned the project, ran npm install then npm run integration. npm ERR! code ENOLOCAL npm ERR! A complete log of this run can be found in: |
to resolve the aot build issue, downgrade in
rollup/rollup-plugin-node-resolve#94 regarding the
|
@mmmichl downgrading rollup-plugin-node-resolve worked for me. I checked also the bundle.js under integration and it is generated. So maybe it is the only necessary point to fix the issue? |
Thank for your response, but in the meantime I switched to the angular CLI for lib development. |
Ok, i was thinking about switching to this seed project from angular cli lib devevelopment :D |
Hi, sorry for bothering again.
I cloned the project and did not make any changes. After I run
npm install
, I am trying to runnpm run integration
to do an e2e test.But it failed. I looked into it and found
bundle.js
underintegration/dist
is not generated.Why?
I found there is a warning during rollup:
I am not sure if it's preventing the code being packaged.
I am wondering are you guys using this seed can run it successfully?
The text was updated successfully, but these errors were encountered: