We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am facing the issue while using the latest version of this truffle box.
However, it is not preset if I run ng serve -prod.
ng serve -prod
node -v
v8.11.1
truffle version
Truffle v4.1.5 (core: 4.1.5) Solidity v0.4.21 (solc-js)
npm version
{ 'angular-truffle-box': '0.0.0', npm: '5.8.0', ares: '1.10.1-DEV', cldr: '32.0', http_parser: '2.8.0', icu: '60.1', modules: '57', nghttp2: '1.25.0', node: '8.11.1', openssl: '1.0.2o', tz: '2017c', unicode: '10.0', uv: '1.19.1', v8: '6.2.414.50', zlib: '1.2.11' }
ng version
Angular CLI: 1.7.3 Node: 8.11.1 OS: linux x64 Angular: 5.2.9 ... animations, common, compiler, compiler-cli, core, forms ... http, platform-browser, platform-browser-dynamic ... platform-server, router @'angular/cli: 1.7.3 @'angular/language-service: 4.4.6 @'angular-devkit/build-optimizer: 0.3.2 @'angular-devkit/core: 0.4.8 @'angular-devkit/schematics: 0.3.2 @'ngtools/json-schema: 1.2.0 @'ngtools/webpack: 1.10.2 @'schematics/angular: 0.3.2 @'schematics/package-update: 0.3.2 typescript: 2.4.2 webpack: 3.11.0
Angular CLI: 1.7.3 Node: 8.11.1 OS: linux x64 Angular: 5.2.9 ... animations, common, compiler, compiler-cli, core, forms ... http, platform-browser, platform-browser-dynamic ... platform-server, router
@'angular/cli: 1.7.3 @'angular/language-service: 4.4.6 @'angular-devkit/build-optimizer: 0.3.2 @'angular-devkit/core: 0.4.8 @'angular-devkit/schematics: 0.3.2 @'ngtools/json-schema: 1.2.0 @'ngtools/webpack: 1.10.2 @'schematics/angular: 0.3.2 @'schematics/package-update: 0.3.2 typescript: 2.4.2 webpack: 3.11.0
JavaScript libraries' versions as mentioned at current package.json:
"@angular/animations": "^5.2.9", "@angular/common": "^5.2.9", "@angular/compiler": "^5.2.9", "@angular/core": "^5.2.9", "@angular/forms": "^5.2.9", "@angular/http": "^5.2.9", "@angular/platform-browser": "^5.2.9", "@angular/platform-browser-dynamic": "^5.2.9", "@angular/platform-server": "^5.2.9", "@angular/router": "^5.2.9", "core-js": "^2.5.4", "rxjs": "^5.5.8", "web3": "^1.0.0-beta.34", "zone.js": "^0.8.23"
The text was updated successfully, but these errors were encountered:
Did you run truffle migrate after starting testrpc?
truffle migrate
Sorry, something went wrong.
Your update #36 resolved the issue. Thanks,
Successfully merging a pull request may close this issue.
I am facing the issue while using the latest version of this truffle box.
However, it is not preset if I run
ng serve -prod
.node -v
truffle version
npm version
ng version
JavaScript libraries' versions as mentioned at current package.json:
The text was updated successfully, but these errors were encountered: