hastic-zzz / hastic-grafana-app

Hastic data management server for labeling patterns and anomalies in Grafana
https://hastic.io
GNU General Public License v3.0
179 stars 18 forks source link

Windows installation #382

Closed kakaday22 closed 4 years ago

kakaday22 commented 4 years ago

Currently have the latest version of NPM. When I perform the npm install I am getting the following error:

npm maximum call stack size exceeded

Any input to circumvent this issue and try the app?

jonyrock commented 4 years ago

@kakaday22 I saw an error like this, but it an absolutelly different app. I need to know your version of npm and node

kakaday22 commented 4 years ago

OS: Windows 10 node: v10.16.3 npm: 6.9.0

jonyrock commented 4 years ago

@kakaday22 can you add logs you've got, please?

kakaday22 commented 4 years ago

Here's the log file that I got from installing the app

kakaday22 commented 4 years ago

This is what I get from the terminal

npm WARN deprecated @types/moment@2.13.0: This is a stub types definition for Moment (https://github.com/moment/moment). Moment provides its own type definitions, so you don't need @types/moment installed! npm WARN deprecated @types/tinycolor@1.1.27: "@types/tinycolor" is now "@types/tinycolor2". npm WARN deprecated @types/perfect-scrollbar@1.3.0: This is a stub types definition for perfect-scrollbar (https://github.com/noraesae/perfect-scrollbar). perfect-scrollbar provides its own type definitions, so you don't need @types/perfect-scrollbar installed! npm WARN deprecated babel-preset-es2015@6.24.1: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read https://babeljs.io/env to update! npm WARN deprecated nomnom@1.8.1: Package no longer supported. Contact support@npmjs.com for more info. npm WARN deprecated kleur@2.0.2: Please upgrade to kleur@3 or migrate to 'ansi-colors' if you prefer the old syntax. Visit https://github.com/lukeed/kleur/releases/tag/v3.0.0\ for migration path(s). npm WARN deprecated left-pad@1.3.0: use String.prototype.padStart() npm ERR! Maximum call stack size exceeded

jonyrock commented 4 years ago

@kakaday22 thank you for this. I will continue my research on Monday. I hope it's fine? If it's urgent, please let me know.

amper43 commented 4 years ago

@kakaday22

try to clean cache please:

npm cache clean --force

there is a question on StackOverflow with same problem: https://stackoverflow.com/questions/40566348/maximum-call-stack-size-exceeded-on-npm-install

rozetko commented 4 years ago

Hi @kakaday22 Did the advice above help?

jonyrock commented 4 years ago

The build system was refactored many times. I am closing this issue because of lack of activity. Feel free to reopen.