sh: 1: ncc: not found

1 개요[ | ]

sh: 1: ncc: not found
root@wsl:~/ws/size-label-action# npm run compile

> size-label-action@0.0.1 compile
> ncc build index.js --license LICENSE -o dist

sh: 1: ncc: not found
root@wsl:~/ws/size-label-action# npm install --location=global @vercel/ncc

added 1 package, and audited 2 packages in 4m

found 0 vulnerabilities
root@wsl:~/ws/size-label-action# npm run compile

> size-label-action@0.0.1 compile
> ncc build index.js --license LICENSE -o dist

ncc: Version 0.36.0
ncc: Compiling file index.js into CJS
...

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}