-
Notifications
You must be signed in to change notification settings - Fork 257
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
Support for Angular 14 #1625
Comments
for now you can also just |
That's what I'm doing, but it can't be considered a solution for this issue
Em sex., 21 de out. de 2022 04:18, Ralph Küpper ***@***.***>
escreveu:
… for now you can also just --force the installation. Works fine for me.
—
Reply to this email directly, view it on GitHub
<#1625 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGQMEKZ6LPAI5UNJVA7ONXTWEI7T7ANCNFSM6AAAAAARDTL3EY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
this is causing some issues, a blank angular install and running the installation steps for scully fails
|
Note sure if this is the same issue. I'm using angular when running
|
Update following another issues advice from @nelsongutidev , adding |
^solution above not working for angular 15 T__T |
@Deliana90 What error are you seeing? |
@nelsongutidev create fresh project angular then add defaultProject like above solution, then... |
@Deliana90 Did you try installing the |
Sharing my Angular v15.2.6 remediation steps below. They can probably be cleaned up by removing a redundant/unnecessary step or two - but this worked for me! Ensure you have a least one route defined in app-routing Add Scully (this will terminate w/o errors after selecting a route renderer): Install Scully puppeteer: Build your angular project: Create a ScullyConfig file: scully.projectName.config.ts (replace all instances of projectName with your project name defined in angular.json within "projects")
Build Scully app, specifying your project name: Start the Scully server: Navigate to http://localhost:1668 - view page source to ensure that Scully is working properly Hope this helps! KH |
Been trying out the ideas for Angular 15 (Thank you Kalia Hayes). My notes are in this SO question here: https://stackoverflow.com/questions/76067189/running-scully-in-an-angular-15-project Related Issue: |
https://link.medium.com/oyxABoBQezb Can you try the steps on this post? This goes through the manual installation process in detail |
Worked for Angular 16 as well! Thanks! :) |
🐞 Bug report
Description
The platform-server library doesn't support Angular v14. Updating the
packages.json
should fix it.Sorry for not following the template
The text was updated successfully, but these errors were encountered: