-
Notifications
You must be signed in to change notification settings - Fork 82
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
Error during install with command line packages on Windows #207
Comments
Except the refo package because of bolt issue 207 (boltpkg/bolt#207). reason: Preparing for using bolt.
reason: It is in sync with the root dependencies this way. This is required because of bolt issue 207 (boltpkg/bolt#207).
This is required because of bolt issue 207 (boltpkg/bolt#207).
This is required because of bolt issue 207 (boltpkg/bolt#207).
Hey @kireerik , can also push a minimal reproducible example repository? It will be easier for me to debug and understand the issue. 🙂 |
Hi @ajaymathur, I think you can reproduce this issue in this repository: https://github.com/kireerik/refo You will get the error for this package first (https://github.com/kireerik/refo/tree/master/index/index/core/index) and if you remove these lines from it's package.json, you will no longer get the error for that package: After this, you will get the error for this package (https://github.com/kireerik/refo/tree/master/index/index/index). This package it self is very minimal. Also if you remove these lines here (https://github.com/kireerik/refo/blob/5f5757cc1110e55abc851116e8b55cbc6ccfbe78/index/index/index/package.json#L4-L6) then you will no longer get the error as well. Note: This issue is related to command-line packages (https://blog.npmjs.org/post/118810260230/building-a-simple-command-line-tool-with-npm). |
@kireerik Thanks for sharing the repository. It is taking time since I do not have access to any windows machine at home at the moment. All my friends are travelling due to holiday. I should get a windows machine next week, I will take sometime and look into the issue then. Thanks 🙂 |
In certain situations where you have internal workspace dependencies you dont have shims created so calling "readCmdShim" expects to read a shim file. Instead we just create the shim file using the file referenced in "src".
I am recieving the following error on
bolt install
:The text was updated successfully, but these errors were encountered: