-
Notifications
You must be signed in to change notification settings - Fork 740
Open
Labels
execIssues specific to the shell.exec() APIIssues specific to the shell.exec() API
Description
Node Version: v16.15.0
ShellJS: v0.8.5
OS: Mac
I can't seem to have the same output when it comes to newlines.
Running the command npx hardhat starknet-deploy
Output of from bash
Error in plugin Starknet: No starknet-network or gateway-url provided.
For more info run Hardhat with --show-stack-traces
Output from shelljs
Error in plugin Starknet: No starknet-network or gateway-url provided.
For more info run Hardhat with --show-stack-traces
Example ShellJS command to reproduce the error:
exec('npx hardhat starknet-deploy');
Metadata
Metadata
Assignees
Labels
execIssues specific to the shell.exec() APIIssues specific to the shell.exec() API