We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expected behavior is same as lerna run audit -- ~/Documents/Workspace/references/sooho/hgc.sol when called lerna run audit -- ./hgc.sol.
lerna run audit -- ~/Documents/Workspace/references/sooho/hgc.sol
lerna run audit -- ./hgc.sol
hyundp:sooho daehyun$ ls CHANGELOG.md SECURITY.md hygener.sol package.json yarn.lock README.md hgc.sol lerna.json packages hyundp:sooho daehyun$ lerna run audit -- ./hgc.sol lerna notice cli v3.13.1 lerna info Executing command in 1 package: "npm run audit ./hgc.sol" lerna ERR! npm run audit ./hgc.sol exited 1 in '@sooho/cli' lerna ERR! npm run audit ./hgc.sol stdout: > @sooho/[email protected] audit /Users/daehyun/Documents/Workspace/references/sooho/packages/sooho-cli > ./bin/run audit "./hgc.sol" lerna ERR! npm run audit ./hgc.sol stderr: - Parse files Error: ENOENT: no such file or directory, lstat './hgc.sol' npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! @sooho/[email protected] audit: `./bin/run audit "./hgc.sol"` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the @sooho/[email protected] audit script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /Users/daehyun/.npm/_logs/2019-04-07T13_50_34_285Z-debug.log lerna ERR! npm run audit ./hgc.sol exited 1 in '@sooho/cli'
hyundp:sooho daehyun$ lerna run audit -- ~/Documents/Workspace/references/sooho/hgc.sol lerna notice cli v3.13.1 lerna info Executing command in 1 package: "npm run audit /Users/daehyun/Documents/Workspace/references/sooho/hgc.sol" lerna info run Ran npm script 'audit' in '@sooho/cli' in 1.6s: > @sooho/[email protected] audit /Users/daehyun/Documents/Workspace/references/sooho/packages/sooho-cli > ./bin/run audit "/Users/daehyun/Documents/Workspace/references/sooho/hgc.sol" lerna success run Ran npm script 'audit' in 1 package in 1.6s: lerna success - @sooho/cli
The text was updated successfully, but these errors were encountered:
Merge pull request #12 from soohoio/ci
37c1f1c
CI: add github actions
No branches or pull requests
Problem
Expected behavior is same as
lerna run audit -- ~/Documents/Workspace/references/sooho/hgc.sol
when calledlerna run audit -- ./hgc.sol
.Expected
Environment
The text was updated successfully, but these errors were encountered: