Closed andreElrico closed 4 years ago
Hi, the problem here is that this project contains invalid configuration.
The project listed in the below line lbgridstack
doesn't exist.
https://github.com/pfms84/lb-gridstack/blob/5d0b2befe9d54dfcb44fc42102313635a313ea4d/angular.json#L77
The correct project name is lb-gridstack
.
Dude nice spot, I fixed the angular.json and also figured it was sufficient to just call ng serve (because its the default project ?! )
Yes correct.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
🐞 Bug report
Command (mark with an
x
)[ ] new
[ ] build
[x] serve
[ ] test
[ ] e2e
[ ] generate
[ ] add
[ ] update
[ ] lint
[ ] xi18n
[ ] run
[ ] config
[ ] version
[ ] doc
[ ] help
Is this a regression?
I just forked a "random" project and updated 8 to 9
Description
🔥 Exception or Error
error for ng serve
🌍 Your Environment
package.json
Anything else relevant?
I looked at: https://github.com/angular/angular-cli/issues/16862
Stuff did not help me.