Replies: 1 comment 2 replies
-
Hi @tor-axbit, from which version to which version are you upgrading? Seems like something that should be fixed indeed. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just a small observation. If one chooses to follow findings step-by-step, it is easy to trip up on the webpack at least in my report. So
FN002013 @types/webpack-env | Required
Install SharePoint Framework dev dependency package @types/webpack-env
Execute the following command:
comes before
FN001007 @types/webpack-env | Required
Remove SharePoint Framework dependency package @types/webpack-env
Execute the following command:
which uninstalls the previously installed webpack-env, contrary to intent I assume.
Beta Was this translation helpful? Give feedback.
All reactions