-
Notifications
You must be signed in to change notification settings - Fork 36
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
npm install doesn't properly install the kle-serial dependency #1
Comments
Is there a workaround for this? Running |
@faster-harder-coder Did you run |
On Ubuntu 20.04 doing |
Not sure if this if the right section to ask this but are there more detailed or "step by step, start to finish" instructions on how and where to install and run the script for the KLE to SCAD conversion on a windows PC? I'm new to this. |
Hi, djwink1, in my case, run cmd: f: cd node_modules@ijprest\kle-serial put KLE .json file to this folder: and you can read the readme file to continue: |
Awesome, thanx!! |
The first time you run
npm install
, it may not run the prepublish script inside ofkle-serial
. This only happens the first time, and even then doesn't always repro. I think this has something to do with the fact that it installs a fork ofkle-serial
directly from GitHub, and the fact that the prepublish script has been deprecated for a while. I think it might be fixable by convertingkle-serial
to use a prepare script, but I'm not sure because I can't repro consistently. If anyone has a good fix for this please let me know.The text was updated successfully, but these errors were encountered: