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
{{ message }}
This repository was archived by the owner on May 1, 2020. It is now read-only.
This is out of scope at this time. If you want to run ngc directly, please use Angular's compiler-cli ngc binary. We use a custom ngc task that relies on other tasks, so it would be very difficult to get this to work in a stand-alone fashion.
Short description of the problem:
Running
ionic-app-scripts ngc
directly fails.Output:
What behavior are you expecting?
I expected to run
ngc
independent from theionic-app-scripts build
command. Here is output fro 0.0.45Steps to reproduce:
ionic start MyIonic2Project tutorial --v2
"@ionic/app-scripts": "0.0.47"
ngc
command.npm run ngc
package.json (scripts section)
Which @ionic/app-scripts version are you using?
0.0.47
Other information:
I have tracked this down to
node_modules/@ionic/app-scripts/dist/util/hybrid-file-system-factory.js
:helpers_1.getContext()
is undefined at this point only when runningngc
independent fromionic build
The text was updated successfully, but these errors were encountered: