Forum Discussion
Deleted
Apr 19, 2017SharePoint Responsive
Good Day Everyone !! My client has requested for the responsive design to be applied in their project which is an On-Permise. And I tried using the Pnp Responsive package, but somehow i'm getting...
Deleted
Apr 19, 2017Hi Luis,
Appreciate your response. I went through the path C:\Program Files\WindowsPowerShell\Modules and found 2 folders.
1. PackageManagement
2. PowerShellGet
And, the Install-Module SharePointPnPPowerShellOnline is for SharePoint O365 only right (Correct me if i'm wrong) ? I'm looking the solution for On-permise. Do you have any idea for On-Permise ?
I'm getting the error mentioned in the image.
Luis MaƱez
Apr 19, 2017MVP
yeah, sorry, there's another module for SP20113 On Premises:
Install-Module SharePointPnPPowerShell2013
However, as you don't have that folder, I'm not sure if that's gonna help.
How did you install PnP PowerShell?? using the installer? I saw your error in the past, as was always related with PS modules, not PnP, and I fixed re-installing PnP PS...
Install-Module SharePointPnPPowerShell2013
However, as you don't have that folder, I'm not sure if that's gonna help.
How did you install PnP PowerShell?? using the installer? I saw your error in the past, as was always related with PS modules, not PnP, and I fixed re-installing PnP PS...
- DeletedApr 19, 2017
After, getting the error, I used the command Install-Module SharePointPnPPowerShell2013. Installed the supporting files using PS and, i get the same problem after installing this.
The command Connect-PnPOnline seems to be mentioning the O365. Do you know the alternate keyword for On-Permise ? May be like Connect-PnpOnPermise kind of. I have also installed the SharePointPnPPowerShell2013.msi file(FYI). And then executed the .\Enable-SPResponsiveUI.ps1 -TargetSiteurl. Still the same error occurs.- DeletedApr 20, 2017
Please take a look at this blog it may help you https://rencore.com/blog/using-the-officedev-pnp-powershell-cmdlets-for-both-on-prem-and-in-the-cloud/
i could not find a different way of connecting then you descripted
- DeletedApr 22, 2017Hi Paul,
i somehow installed the required files. And, i'm able to use the Connect-PnPOnline now.
Also, i have deployed the package in my local site (On-Perm). But, I'm facing another issue now which shows "Cannot make a cache safe URL for "/style library/sp.responsive.ui/sp-responsive-ui.js", file not found. Please verify that the file exists under the layouts directory."
Any idea on this ?