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

bundled module having npm-check as dependency using ncc is throwing Error: Cannot find module '/Users/username/Home/Projects/project-name/dist/parser/coffee' while running #510

Open
AdityaVandan opened this issue Feb 28, 2023 · 0 comments

Comments

@AdityaVandan
Copy link

AdityaVandan commented Feb 28, 2023

I have created a script to extract data of all dependencies used in a project which is to be used as a github action. Therefore I am trying to compile the script and it's dependencies into a single file using @vercel/ncc.

But while running the script it is throwing the following error:
image

The issue is reproducible via this repo: https://github.com/AdityaVandan/test-js-action

build: npm run prepare
run: node ./dist/index.js

I have also tried bundling with webpack and same issue I am facing there as well.

depcheck which is a dependency of npm-check is causing the issue.
Please look into this.

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