the root cause of this issue is that i had load the lasted change from microsoft sharpeoint page framewrok with this command run
npm i -g @microsoft/generator-sharepoint@latest
it really messes up development enviroment, fortunately the microsoft offer the work around for this mess. the following steps is provided by microsoft.
"
- - Run
npm update
thennpm prune
thennpm dedupe
This will update all the packages then optimize the node_modules folder size. - - Run
gulp nuke
to clean up any old build artifact - - Run
gulp
to build your updated project
you can find more information regarding the above steps from this link
https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-Drop-4-and-MDL2
Update: in the lastest release, microsoft had remove the typescript object for the stylesheet. when you create the sharepoint web part from yo @microsoft/sharepoint with latest drop. you will not see any typescript object for stylesheet.
With the help of SQL Server Management Studio or Transact-SQL, we can grant permissions on a single or multiple stored procedure in SQL. These permissions can be granted to an existing user, database role, or application role in the database.
ReplyDeleteGrant Execute on stored procedures