Forum Discussion
Russell Gove
Dec 08, 2016Iron Contributor
Cannot resolve module 'raw-script' in node_modules\@microsoft\sp-module-loader\lib
Hi, Started working on an old spfx webaprt priject that was working a fewe weeks ago. Somehow today the PropertyPaneDropdown wasn't displaying the options provided to it. I figured i needed to updat...
- Dec 10, 2016
run npm i @microsoft/sp-module-loader
And add in the config.json refernce to the @microsoft/sp-module-loader under the externals section (first line).
Meron
Meron Fridman
Microsoft
Dec 10, 2016run npm i @microsoft/sp-module-loader
And add in the config.json refernce to the @microsoft/sp-module-loader under the externals section (first line).
Meron
- Russell GoveDec 22, 2016Iron Contributor
thanks, worked great!