rmrk-team / rmrk-substrate

[WIP] RMRK Substrate pallets
https://rmrk.app
Other
74 stars 36 forks source link

Yarn Test Errors #272

Open goheesheng opened 1 year ago

goheesheng commented 1 year ago

Hi, i tried running yarn test but leads to this error. I have also reinstall node.js but to no avail

test@test:~/Desktop/rmrk-substrate$ cd tests && yarn test yarn run v1.22.19 warning ../../package.json: No license field $ mocha --timeout 9999999 -r ts-node/register './src/*.test.ts'

✖ ERROR: Error: Cannot find module 'ts-node/register' Require stack:

ilionic commented 1 year ago

Hi, did you install modules in tests folder? yarn install

Which nodejs version do you have?

goheesheng commented 1 year ago

Hi I tried using v18.13.0 and v19.5.0

ilionic commented 1 year ago

Did you install dependencies? yarn install