From bd7f93b6b30a5054b75d6b38efeb23ed84d29273 Mon Sep 17 00:00:00 2001 From: Nader Hadjebi <60085977+NaderHadjebi@users.noreply.github.com> Date: Thu, 7 Apr 2022 13:41:27 -0400 Subject: [PATCH] Update package.json @thechriskent Can you please remove code line 21 (which was "microsoft/rush-stack-compiler-3.7": "0.2.3",). Error was generated "name can only contain URL-Friendly characters" when that line was in the package.json, however after it was removed the code works fine. ![image](https://user-images.githubusercontent.com/60085977/162118820-f09062fb-89ba-4285-aec0-5f5c11cde597.png) > By submitting this pull request, you agree to the [contribution guidelines](https://github.com/pnp/sp-dev-fx-webparts/blob/main/CONTRIBUTING.md) --- samples/js-propertycontrols-svg/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/samples/js-propertycontrols-svg/package.json b/samples/js-propertycontrols-svg/package.json index a70d0edea..f2a214a5a 100644 --- a/samples/js-propertycontrols-svg/package.json +++ b/samples/js-propertycontrols-svg/package.json @@ -18,7 +18,6 @@ "@pnp/spfx-property-controls": "3.3.0" }, "devDependencies": { - "microsoft/rush-stack-compiler-3.7": "0.2.3", "@microsoft/rush-stack-compiler-3.9": "0.4.47", "@microsoft/sp-build-web": "1.13.0", "@microsoft/sp-module-interfaces": "1.13.0", @@ -29,4 +28,4 @@ "ajv": "~5.2.2", "gulp": "4.0.2" } -} \ No newline at end of file +}