-
Notifications
You must be signed in to change notification settings - Fork 29
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 when runnning upgrade safety validation #85
Comments
Can you try increasing verbosity when running your script/test, and provide the output? e.g. |
Hey, sorry for the lack of context. I'm running a simple test to check the upgrade, the test looks like this:
command : and output
The last logs are:
and reverts here |
Thanks for the context. This might be a local installation issue with the Can you try reinstalling the package by running
then try the test again? |
Thanks for the fast response. I didn’t have However, after installing it (on my dependencies) seems to work. But would like to know what is the real issue and why would I need to add |
In your case, it seems that the fetched package in your local npm cache is somehow missing some files, resulting in the Manually installing the package to your dependencies solves the issue so that |
I carefully followed all the installation and configuration steps, and everything was working perfectly.
However, it has suddenly started failing with the following error
I didn’t upgrade
forge-sdt
or any other library.The text was updated successfully, but these errors were encountered: