graph init should only generate entity handlers for immutable enitites #2396
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
1 error and 2 warnings
|
tests/cli/init.test.ts > Init > Ethereum > From contract:
packages/cli/tests/cli/util.ts#L42
Error: Snapshot `Init > Ethereum > From contract 1` mismatched
- Expected
+ Received
@@ -7,9 +7,26 @@
- Create subgraph scaffold
✔ Create subgraph scaffold
- Initialize networks config
✔ Initialize networks config
- Install dependencies with yarn
- ✔ Install dependencies with yarn
- - Generate ABI and schema types with yarn codegen
- ✔ Generate ABI and schema types with yarn codegen
+ ✖ Failed to install dependencies: Command failed: yarn
+ warning @graphprotocol/graph-cli > gluegun > fs-jetpack > rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported
+ warning @graphprotocol/graph-cli > gluegun > fs-jetpack > rimraf > glob@7.2.3: Glob versions prior to v9 are no longer supported
+ warning @graphprotocol/graph-cli > gluegun > fs-jetpack > rimraf > glob > inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
+ error Couldn't find package "lodash.camelcase@^4.3.0" required by "gluegun@5.2.0" on the "npm" registry.
+
+ Error: Command failed: yarn
+ warning @graphprotocol/graph-cli > gluegun > fs-jetpack > rimraf@2.7.1:
+ Rimraf versions prior to v4 are no longer supported
+ warning @graphprotocol/graph-cli > gluegun > fs-jetpack > rimraf >
+ glob@7.2.3: Glob versions prior to v9 are no longer supported
+ warning @graphprotocol/graph-cli > gluegun > fs-jetpack > rimraf > glob >
+ inflight@1.0.6: This module is not supported, and leaks memory. Do not use
+ it. Check out lru-cache if you want a good and tested way to coalesce
+ async requests by a key value, which is much more comprehensive and
+ powerful.
+ error Couldn't find package "lodash.camelcase@^4.3.0" required by
+ "gluegun@5.2.0" on the "npm" registry.
+
+ Code: 1
"
❯ tests/cli/util.ts:42:35
|
|
Ethereum Basic Event Handlers
Attempt 1 failed. Reason: Child_process exited with error code 17
|
|
CLI / nodejs v20
Attempt 1 failed. Reason: Child_process exited with error code 1
|