You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
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:
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.
The text was updated successfully, but these errors were encountered: