Skip to content
New issue

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

Audit command could not resolve relate path #12

Open
baumstern opened this issue Apr 7, 2019 · 0 comments
Open

Audit command could not resolve relate path #12

baumstern opened this issue Apr 7, 2019 · 0 comments

Comments

@baumstern
Copy link
Contributor

Problem

Expected behavior is same as lerna run audit -- ~/Documents/Workspace/references/sooho/hgc.sol when called 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'

Expected

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

Environment

  • OS: macOS Sierra 10.12.6
  • lerna: 3.13.1
  • npm: 6.4.1
gloryan0829 added a commit that referenced this issue May 24, 2023
CI: add github actions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant