Forum Discussion
Will # _________ H
Sep 19, 2019Brass Contributor
Regarding SPFX - gulp package-solution
Hi There, When I would like to package my SPFX WebPart (https://github.com/SharePoint/sp-dev-fx-webparts/tree/master/samples/js-skype-status), and the document says "After copying that sample to ...
Thomas Berman
Sep 20, 2019Iron Contributor
First thing to try - delete node_modules and package-lock.json
After that, install everything again and try packaging your solution. If that doesn't work, try explicitly updating natives to 1.1.6
rm rf node_modules
rm rf package-lock.json
npm i
npm install natives@1.1.6