ng new not working сообщает об ошибке - рабочее пространство необходимо загрузить перед использованием - PullRequest
0 голосов
/ 30 мая 2019

При попытке создать новое угловое приложение с помощью Angular CLI 8 выдает ошибку, аналогичную обновлению ng

У меня много раз переустанавливался угловой cli & node. Также обновлен местный клиент

ng new ng8
Workspace needs to be loaded before it is used.
Error: Workspace needs to be loaded before it is used.
    at Workspace._assertLoaded (/usr/local/lib/node_modules/@angular/cli/node_modules/@angular-devkit/core/src/experimental/workspace/workspace.js:108:19)
    at Workspace._getTool (/usr/local/lib/node_modules/@angular/cli/node_modules/@angular-devkit/core/src/experimental/workspace/workspace.js:214:14)
    at Workspace.getCli (/usr/local/lib/node_modules/@angular/cli/node_modules/@angular-devkit/core/src/experimental/workspace/workspace.js:196:21)
    at NewCommand.getDefaultSchematicCollection (/usr/local/lib/node_modules/@angular/cli/models/schematic-command.js:266:36)
    at NewCommand.parseCollectionName (/usr/local/lib/node_modules/@angular/cli/commands/new-impl.js:41:43)
    at NewCommand.initialize (/usr/local/lib/node_modules/@angular/cli/commands/new-impl.js:22:40)
    at NewCommand.validateAndRun (/usr/local/lib/node_modules/@angular/cli/models/command.js:127:20)
    at async Object.runCommand (/usr/local/lib/node_modules/@angular/cli/models/command-runner.js:178:24)
    at async default_1 (/usr/local/lib/node_modules/@angular/cli/lib/cli/index.js:32:31)

1 Ответ

0 голосов
/ 12 июня 2019

Попробуйте удалить ваш .angular-config.json, у меня это сработало.

rm ~/.angular-config.json 
...