Closed mrod502 closed 2 years ago
What package manager do you use?
What package manager do you use?
Node package manager being used is yarn 1.22.19
System package manager being used is homebrew 3.5.2
Do you use yarn workspaces?
If not, you can try to delete node_modules
folder and any lock files(yarn.lock and/or package-lock.json) and try to install the deps again
Do you use yarn workspaces?
If not, you can try to delete
node_modules
folder and any lock files(yarn.lock and/or package-lock.json) and try to install the deps again
Did a clean install of dependencies, seems to have fixed the problem. Thanks!
I am encountering this issue using yarn workspaces. Edit: I was able to solve this by setting nmHoistingLimits
You can also try to configure the node_modules folder(libsFolder
) which matchstick should use with https://thegraph.com/docs/en/developing/unit-testing-framework/#configuration
When running
graph test
from/Users/<user>/code/rift/rift-subgraph/rinkeby
, the following occurs:In
/Users/<user>/code/rift/rift-subgraph/rinkeby/node_modules/assemblyscript/bin/
, there exist 2 files:asc.js
asinit.js