We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e8765 commit 886eab1Copy full SHA for 886eab1
build/es5/ng-annotate
@@ -1,3 +1,3 @@
1
#!/bin/sh
2
-echo "Error: ng-annotate has not been built. Execute ng-annotate/build/build.sh and retry."
+echo "Error: ng-annotate has not been built.\nRetry after doing this: cd <ng-annotate-path>; npm install; cd build; ./build.sh"
3
exit 1
build/es5/ng-annotate-main.js
@@ -1,2 +1,2 @@
-console.error("Error: ng-annotate has not been built. Execute ng-annotate/build/build.sh and retry.");
+console.error("Error: ng-annotate has not been built.\nRetry after doing this: cd <ng-annotate-path>; npm install; cd build; ./build.sh");
process.exit(1)
0 commit comments