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
Check this if you would like to implement a PR, we are more than happy to help you go through the process.
What problem are you trying to solve?
A long time ago Chartist used to be get the JS/CSS and go. Is it possible to get there again?
We are not a JS shop. NPM install fails on our local machines with puppetmaster things with the latest release on Github here as of this posting. Servers demand three full screens of node packages to install NPM, which I don't want to do since it doesn't compile on my local machine anyway. PNPM install instructions (copy pasting a command into admin powershell) also fail on Windows.
Primary requirement in our evaluations is just, can it load via ES6 modules, because as I said, not a JS shop. I know I am a moron but I am not this big of a moron. Getting roadblocked every which way.
Describe the solution you'd like
a dist folder in the releases
Describe alternatives you've considered
installing npm on a server i dont care about
downloading release from github and compiling it in vscode. starting with npm install.
f7 in vs code, also installing pnpm copying their 1 line install for windows.
also tried yarn like your readme suggested but i don't want to talk about that.
Documentation, Adoption, Migration Strategy
No response
The text was updated successfully, but these errors were encountered:
Then I got crafty "ok ill get it from github releases" which the repo button on the home page takes you to the legacy repo: https://github.com/gionkunz/chartist-js
An then all my pain above. So it was really a terrible day all around.
There is something weird to me about JS people in that the JS ecosystem just never works for me and makes me cry and stuff. But when they release dists we can get along well enough.
Would you like to work on this feature?
What problem are you trying to solve?
A long time ago Chartist used to be get the JS/CSS and go. Is it possible to get there again?
We are not a JS shop. NPM install fails on our local machines with puppetmaster things with the latest release on Github here as of this posting. Servers demand three full screens of node packages to install NPM, which I don't want to do since it doesn't compile on my local machine anyway. PNPM install instructions (copy pasting a command into admin powershell) also fail on Windows.
Primary requirement in our evaluations is just, can it load via ES6 modules, because as I said, not a JS shop. I know I am a moron but I am not this big of a moron. Getting roadblocked every which way.
Describe the solution you'd like
a
dist
folder in the releasesDescribe alternatives you've considered
installing npm on a server i dont care about
downloading release from github and compiling it in vscode. starting with npm install.
f7 in vs code, also installing pnpm copying their 1 line install for windows.
also tried yarn like your readme suggested but i don't want to talk about that.
Documentation, Adoption, Migration Strategy
No response
The text was updated successfully, but these errors were encountered: