Open dgrbrady opened 2 years ago
@Jefiozie Your on windows, can you check this?
@dgrbrady I just checked this on a win 10 machine and I can't reproduce this issue.
Would you be able to make a minimal reproduction repository public?
@dgrbrady Both @Jefiozie and I checked on windows, and couldn't reproduce your issue. We can't help you unless we can reproduce the issue. Can you please provide a way for that?
@SanderElias @Jefiozie Absolutely! Thanks for the attention to this. I'll set up a reproduction repository shortly.
@SanderElias @Jefiozie Okay, so I made 2 separate repos, one that specifies the Puppeteer renderer and one that specifies SPS. It looks like this issue is only related to SPS as I was able to run npx scully
in the project I used with Puppeteer. You should be able to see the SPS repo here
@dgrbrady I finally was able to reproduce, I'm going to work on a solution this week
@SanderElias I am still facing issue with beta version and angular 13
🐞 Bug report
Description
Trying to run
npx sully
ornpx scully --
in windows CMD results in the following error:Trying the same commands in WSL gives:
🔬 Minimal Reproduction
ng new
to create new angular projectng add @scullyio/init
npm ERR! Could not resolve dependency: npm ERR! peer @angular/animations@"12.2.16" from @angular/platform-server@12.2.16
.ng build
npx scully
ornpx scully --
to receive error💻Your Environment
Angular Version:
Scully Version:
🔥 Exception or Error