Pictogrammers / pictogrammers.com

Code for Pictogrammers.com
https://pictogrammers.com
80 stars 18 forks source link

Contributing: UI Improvements #34

Closed andrejsharapov closed 1 year ago

andrejsharapov commented 1 year ago

Hello!

mririgoyen commented 1 year ago
  1. You must be on Node 18. I'll make sure that gets added to the documentation.

  2. We'll take this into consideration, but for the most part do not see the overhead a benefit for us. We're not likely to ever provide a changelog or version the site.

  3. No, there is not. Things started as a XD file a long time ago, but everything else has been designed/developed in real-time.


Let me know if using Node 18 solves your issue.

andrejsharapov commented 1 year ago

Yep.

info - Retrieving contributors from the API...
info - Writing 153 contributors to /public/data/contributors.json
(node:26224) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
INFO: Retrieving 7196 icons for Material Design Icons v7.1.96...   

But here I ran into another problem:

node:internal/process/esm_loader:97
     internalBinding('errors').triggerUncaughtException(
                               ^

[Error: ENOENT: no such file or directory, open 'D:\D:\...\pictogrammers.com\node_modules\@mdi\svg\svg\ab-testing.svg'] {
   errno: -4058,
   code: 'ENOENT',
   syscall: 'open',
   path: 'D:\\D:\\Development\\React\\pictogrammers.com\\node_modules\\@mdi\\svg\\svg\\ab-testing.svg'
}

Node.js v18.13.0

Somewhere knocking on the root.

path: 'D:\\D:\\
mririgoyen commented 1 year ago

You're on Windows, so there's some cross platform issues happening here I will need to investigate.

mririgoyen commented 1 year ago

You should be all set after pulling main. Fixed in https://github.com/Pictogrammers/pictogrammers.com/commit/85a3d222a3f45b62130528ef662f7d463e614d38.