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
I am interested in forking the project in order to translate it to Spanish, however I am unable to install/build it and I'm not familiar enough with node and its ecosystem to be able to fix it.
Steps to reproduce:
Install node 18.16.0/npm 9.5.1
Clone repo,
Run npm install in the main directory. There are several warnings about outdated packages, but it's able to build successfully.
Run npm install in the example directory. I get this error:
npm ERR! Cannot read properties of undefined (reading 'extraneous')
npm ERR! A complete log of this run can be found in:
npm ERR! /home/jaquer/.npm/_logs/2023-04-29T15_41_53_535Z-debug-0.log
I did some research and found this StackOverflow answer suggesting removing package-lock.json and trying npm install again, but then I got this error:
npm ERR! code 1
npm ERR! path /home/jaquer/src/dnd-character-sheets/node_modules/typescript
npm ERR! command failed
npm ERR! command sh -c gulp build-eslint-rules
npm ERR! [07:30:10] Local modules not found in ~/src/dnd-character-sheets/node_modules/typescript
npm ERR! [07:30:12] Try running: npm install
npm ERR! A complete log of this run can be found in:
npm ERR! /home/jaquer/.npm/_logs/2023-04-29T15_29_45_002Z-debug-0.log
My searches for solutions have been fruitless. I can post the entire log somewhere if necessary.
I am running Debian 11.6 under WSL, in case that matters.
Let me know if you need any more information. Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
I am interested in forking the project in order to translate it to Spanish, however I am unable to install/build it and I'm not familiar enough with node and its ecosystem to be able to fix it.
Steps to reproduce:
npm install
in the main directory. There are several warnings about outdated packages, but it's able to build successfully.npm install
in theexample
directory. I get this error:I did some research and found this StackOverflow answer suggesting removing
package-lock.json
and tryingnpm install
again, but then I got this error:My searches for solutions have been fruitless. I can post the entire log somewhere if necessary.
I am running Debian 11.6 under WSL, in case that matters.
Let me know if you need any more information. Thank you.
The text was updated successfully, but these errors were encountered: