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
I am trying to migrate our existing standalone Angular projects into a single integrated nx monorepo but unfortunately the nx init --integrated command just seems to hang. I've left it for 10-15 minutes and nothing happens.
Is there anyway I can get additional logging to see what the issue is?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to migrate our existing standalone Angular projects into a single integrated nx monorepo but unfortunately the nx init --integrated command just seems to hang. I've left it for 10-15 minutes and nothing happens.
Is there anyway I can get additional logging to see what the issue is?
Results of attempted migration below...
PS C:\temp\monorepo\original> nx init --integrated
NX 🧐 Checking versions compatibility
NX ✅ The Angular version is compatible with the latest version of Nx!
NX 🐳 Nx initialization
√ Would you like remote caching to make your build faster? · skip
NX 📦 Installing dependencies
up to date, audited 1403 packages in 2s
187 packages are looking for funding
run
npm fund
for detailsfound 0 vulnerabilities
NX 📝 Setting up workspace
NX Generating @nx/angular:ng-add
Fetching prettier...
[complaints] No e2e project was migrated because there was no "e2e" target declared in the "angular.json".
Beta Was this translation helpful? Give feedback.
All reactions