We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9520f4b commit be48d7cCopy full SHA for be48d7c
src/schematics/ng-add.ts
@@ -42,7 +42,7 @@ export const ngAddSetupProject = (
42
// I'm still not able to resolve bluebird.... this is definately some sort
43
// of race condition.
44
await new Promise<void>(resolve => {
45
- setTimeout(() => {
+ setInterval(() => {
46
try {
47
require('bluebird');
48
resolve();
0 commit comments