Skip to content

Commit fd925a1

Browse files
Update @angular/cli
Previously, an exported project threw an error when trying to build: cannot find module '@angular-devkit/core This commit updates the @angular/cli package to a version which resolves this error as mentioned in: angular/angular-cli#9307
1 parent 2b65711 commit fd925a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"zone.js": "^0.8.4"
2727
},
2828
"devDependencies": {
29-
"@angular/cli": "1.5.4",
29+
"@angular/cli": "1.6.7",
3030
"@angular/compiler-cli": "^5.0.0",
3131
"@angular/language-service": "^5.0.0",
3232
"@types/jasmine": "~2.5.53",

0 commit comments

Comments
 (0)