A brief listing of my personal thoughts and experiences. These are not endorsed by anyone (even me on occasion).
Wednesday, February 15, 2017
PluralSight Approved!
Just got approved as an author for PluralSight. Watch for my course coming soon. As soon as I figure out what to present on :)
Monday, February 6, 2017
Lodash error in SharePoint Framework RC0
I downloaded and started using SPFx RC0 the other day and I got this Lodash error right out of the box:
Error - typescript - node_modules\@types\lodash\index.d.ts(11444,21): error TS10
05: ']' expected.
Turns out, the fix is quite simple. Just downgrade Lodash with this command:
npm i @types/lodash@4.14.50
Error - typescript - node_modules\@types\lodash\index.d.ts(11444,21): error TS10
05: ']' expected.
Turns out, the fix is quite simple. Just downgrade Lodash with this command:
npm i @types/lodash@4.14.50
Subscribe to:
Posts (Atom)