Forum Discussion
Debayo Graham
Feb 16, 2017Brass Contributor
SharePoint Framework client-side web part samples
has anyone tried and got the video library samples here to work https://github.com/SharePoint/sp-dev-fx-webparts/tree/master/samples/react-videolibrary I am getting these errors Error - typescri...
Russell Gove
Feb 17, 2017Iron Contributor
If you delete webpack-env it should work.
This is realted to a previous question :https://techcommunity.microsoft.com/t5/SharePoint-Developer/Error-in-webpack-env-index-d-tx-after-upgrading-to-rc0/m-p/43630/highlight/true#M1385
Debayo Graham
Feb 20, 2017Brass Contributor
well it did compile with warnings but when the webpart shows up in the workbench i am getting js errors failed to load resource http://www.contoso.com//_api/VideoService.Discover. Is that even a reall api and iif not where do i go to configure it to point to a real api
- Russell GoveFeb 20, 2017Iron Contributor
the webparts need to run on a sharepoint page. they do not work on the local workbench