October Update: node ace does not list all commands #1850
-
After following the October Release guide to update the packages, I am facing peculiar problem with listing various commands. When I run Apparently, when Please help debug and fix the issue. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi @mastermunj, i had this problem too. |
Beta Was this translation helpful? Give feedback.
-
Run |
Beta Was this translation helpful? Give feedback.
-
As @thetutlage says and I quote. "What the recent updates (with in memory typescript compiler), there is no build folder during development. And hence the file has to be in the app root" In nutshell, with build folder gone,
|
Beta Was this translation helpful? Give feedback.
As @thetutlage says and I quote.
"What the recent updates (with in memory typescript compiler), there is no build folder during development. And hence the file has to be in the app root"
In nutshell, with build folder gone,
ace-manifest.json
is generated on root of the project. So, running following command does the job.node ace generate:manifest