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 #1045

Open
AdityaVandan opened this issue Mar 2, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@AdityaVandan
Copy link

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

@styfle styfle added the bug Something isn't working label Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants