I created a SPFX solution almost a month back that time it was working fine but today a month later start getting below error which was quite strange. After getting lots of research got to know there was some malicious issue observed by NPM during securty check.
NPM security has decided to remove the "Flatmap-stream" and "event-stream@3.3.6" package.
On November 26, 2018, the npm package manager released security advisory 737 regarding the flatmap-stream package. It was determined that this package was malicious, and contained harmful code. In addition, the popular event-stream package was modified to make use of the harmful flatmap-stream package.
NPM Error:-
Resolution:- To fix it you need to update your event-stream package.
Thanks for attending Office 365 Developer Bootcamp at Bangalore on 24-Nov-2018. As promised, all the resources presented in the bootcamp is available in the below Git. You can find all speaker slides at GitHub Link :-
https://github.com/mstechcomin/office365dev-bootcamp-2018-blr
Welcome to PnP Powerhsell Cmdlets series with SharePoint Online using Modular Structure
Introduction
SharePoint Patterns and Practice (PnP) contains a library of PowerShell Cmdlets which allowed to perform operation towards SharePoint. These Cmdlets use CSOM and works for both SharePoint Online and On Premises.
#1. Get Started with PnP Cmdlets with SharePoint Online
#2. Create or Delete Subsite using PnP Cmdlets with SharePoint Online
#3. Create or Delete Site Column using PnP Cmdlets with SharePoint Online
#4. Create or Delete Content Type using PnP Cmdlets with SharePoint Online
#5. Associate Site Column with Content Type using PnP Cmdlets with SharePoint Online
#6. Create or Delete a List using PnP Cmdlets with SharePoint Online
#7. Add Content Type to List using PnP Cmdlets with SharePoint Online
#8. Add View to List using PnP Cmdlets with SharePoint Online
Github Link for all sample code here:- https://github.com/manoj1201/PnPUsingSPO
In this article you will learn via demo application, 1. Get List using PnP Powershell Modular approach. 2. Get Content Type using PnP Powershell Modular approach. 3. Get Fields using PnP Powershell Modular approach.
4. Get List Views using PnP Powershell Modular approach. 5. Create and Use a Bat and CSV file as input. GitHub Link - https://github.com/manoj1201/PnPUsingSPO/tree/master/AddViewToList/AddFieldsToView
SharePoint Patterns and Practice (PnP) contains a library of PowerShell Cmdlets which allowed to perform operation towards SharePoint. These Cmdlets use CSOM and works for both SharePoint Online and On Premises.
In this article you will learn via demo application, 1. Get List using PnP Powershell Modular approach. 2. Get Content Type using PnP Powershell Modular approach. 3. Associate Content Type with List using PnP Powershell Modular approach.
4. Remove Content Type from List using PnP Powershell Modular apporach5. Create and Use a Bat and CSV file as input. GitHub Link :- https://github.com/manoj1201/PnPUsingSPO/tree/master/ContentTypeToList
SharePoint Patterns and Practice (PnP) contains a library of PowerShell Cmdlets which allowed to perform operation towards SharePoint. These Cmdlets use CSOM and works for both SharePoint Online and On Premises.
In this article you will learn via demo application, 1. Create List using PnP Powershell Modular approach. 2. Get List using PnP Powershell Modular approach. 3. Remove List using PnP Powershell Modular approach. 4. Create and Use a Bat and CSV file as input. GitHub Link :- https://github.com/manoj1201/PnPUsingSPO/tree/master/CreateList
SharePoint Patterns and Practice (PnP) contains a library of PowerShell Cmdlets which allowed to perform operation towards SharePoint. These Cmdlets use CSOM and works for both SharePoint Online and On Premises.
In this article you will learn via demo application, 1. Get Fields using PnP Powershell Modular approach. 2. Get Content Type using PnP Powershell Modular approach. 3. Associate Fileds with Content Type using PnP Powershell Modular approach. 4. Create and Use a Bat and CSV file as input. GitHub Link :- https://github.com/manoj1201/PnPUsingSPO/tree/master/SiteColumnToContentType SharePoint Patterns and Practice (PnP) contains a library of PowerShell Cmdlets which allowed to perform operation towards SharePoint. These Cmdlets use CSOM and works for both SharePoint Online and On Premises.