pnp / sp-dev-fx-webparts

SharePoint Framework web part, Teams tab, personal app, app page samples
http://aka.ms/spfx-webparts
MIT License
2.04k stars 3.86k forks source link

react-add-js-css-ref - No .sppkg package file available for download #3845

Closed robertcaretta closed 1 year ago

robertcaretta commented 1 year ago

Disclaimer

Yes

Sample

react-add-js-css-ref

Contributor(s)

Siddharth Vaghasia, Don Kirkham

What happened?

No .sppkg file is available for download. In the section here it mentions downloading the package from the file, but it doesn't exist. I would very much like to just download the file.

https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-add-js-css-ref#package-and-deploy

Steps to reproduce

  1. Go to this section in the documentation. https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-add-js-css-ref#package-and-deploy
  2. Click the link called "location".
  3. Does not exist. 404 - page not found error.

Expected behavior

Link is available download the pre-built .sppkg package. (I already have a dev environment configured for the SP Starter Kit. The requirements for this sample are different.)

Target SharePoint environment

SharePoint Online

Developer environment

Windows

Browsers

What version of Node.js is currently installed on your workstation?

v16.20.1

What version of Node.js is required by the sample?

v16 | v14 | v12

Paste the results of SPFx doctor

CLI for Microsoft 365 SharePoint Framework doctor Verifying configuration of your system for working with the SharePoint Framework

× SharePoint Framework v1.15.2

Error: spfx doctor doesn't support SPFx v1.15.2 at this moment

Additional environment details

I attempted to build this on my own but ran into some compatibility issues. The build failed because a task wrote output to stderr. Exiting with exit code: 1

image

Using this command I have the following: npm list -g --depth 0 ├── @microsoft/generator-sharepoint@1.17.4 ├── @pnp/cli-microsoft365@3.11.0 ├── gulp-cli@2.3.0 ├── npm@9.7.2 └── yo@4.3.1

ghost commented 1 year ago

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.

hugoabernier commented 1 year ago

Sorry, the link to the .sppkg was added in error. This repository is for sample purposes only and does not provide the .sppkg. You can, however, use this sample to build your own web part.