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
When we are trying to use px-simple-bar-chart/"px-simple-horizontal-bar-chart" gulp dist is failing with below errors.
[18:55:00] Starting 'polymer:cli'... info: [cli.command.build] Clearing build\ directory...
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory 1: node_module_register 2: v8::internal::FatalProcessOutOfMemory 3: v8::internal::FatalProcessOutOfMemory 4: v8::internal::Factory::NewFixedArray 5: v8::internal::HashTablev8::internal::SeededNumberDictionary,v8::internal::SeededNumberDictionaryShape::IsKey 6: v8::internal::StringTable::LookupString 7: v8::internal::StringTable::LookupString 8: v8::internal::compiler::RawMachineAssembler::MakeNode 9: 0000020E08F043C1
[18:57:11] 'polymer:cli' errored after 2.17 min
The text was updated successfully, but these errors were encountered:
Hmm... I haven't seen that error. Please make sure you're using the version of px-simple-bar-chart that is compatible with Polymer 1.
Sorry, something went wrong.
"px-simple-bar-chart": "2.1.1",
web-app-starter and px-simple-bar-chart are having same polymer version "#1.9 - 2", but still facing the issue
No branches or pull requests
When we are trying to use px-simple-bar-chart/"px-simple-horizontal-bar-chart"
gulp dist is failing with below errors.
[18:55:00] Starting 'polymer:cli'...
info: [cli.command.build] Clearing build\ directory...
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
1: node_module_register
2: v8::internal::FatalProcessOutOfMemory
3: v8::internal::FatalProcessOutOfMemory
4: v8::internal::Factory::NewFixedArray
5: v8::internal::HashTablev8::internal::SeededNumberDictionary,v8::internal::SeededNumberDictionaryShape::IsKey
6: v8::internal::StringTable::LookupString
7: v8::internal::StringTable::LookupString
8: v8::internal::compiler::RawMachineAssembler::MakeNode
9: 0000020E08F043C1
[18:57:11] 'polymer:cli' errored after 2.17 min
The text was updated successfully, but these errors were encountered: