You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new project using ng new and specify --minimal.
Look in packages.json and you will see under devDependencies there is an empty line between @types/node and ts-node.
The text was updated successfully, but these errors were encountered:
Bug Report or Feature Request (mark with an
x
)Command (mark with an
x
)Versions
CLI 7.0.3
Repro steps
Create a new project using
ng new
and specify--minimal
.Look in packages.json and you will see under
devDependencies
there is an empty line between@types/node
andts-node
.The text was updated successfully, but these errors were encountered: