Hi,
I'm beating my head against the screen getting the grid component in a zip folder. I added the field template of dataset, but on msbuild /t:rebuild /restore /p:Configuration=Release I consistently get this error and I've tried all the Eslint commands to restore things but it looks like it wants somethingin the pcfproj file? Anybody?
C:\Users\patri\.nuget\packages\microsoft.powerapps.msbuild.pcf\1.28.2\build\Microsoft.PowerApps.MSBuild.Pcf.targets(100
,5): error : [pcf-1065] [Error] ESLint validation error: [C:\Users\patri\OneDrive\Documents\GitHub\PowerAppsSample\Pwr
AppSamples\component-framework\resources\GridCustomizerControlTemplate\Solutions\Solutions.pcfproj]
C:\Users\patri\OneDrive\Documents\GitHub\PowerAppsSample\PwrAppSamples\component-framework\resources\GridCustomizerCo
ntrolTemplate\Solutions\GridmdlE\index.ts
2:47 error 'PropertyHelper' is not defined no-undef
Γ£û 1 problem (1 error, 0 warnings)
C:\Users\patri\.nuget\packages\microsoft.powerapps.msbuild.pcf\1.28.2\build\Microsoft.PowerApps.MSBuild.Pcf.targets(100
,5): error MSB3073: The command "npm run build -- --noColor --buildMode development --outDir "C:\Users\patri\OneDrive\D
ocuments\GitHub\PowerAppsSample\PwrAppSamples\component-framework\resources\GridCustomizerControlTemplate\Solutions\out
\controls" --buildSource MSBuild" exited with code -1. [C:\Users\patri\OneDrive\Documents\GitHub\PowerAppsSample\PwrApp
Samples\component-framework\resources\GridCustomizerControlTemplate\Solutions\Solutions.pcfproj]
Done Building Project "C:\Users\patri\OneDrive\Documents\GitHub\PowerAppsSample\PwrAppSamples\component-framework\resou
rces\GridCustomizerControlTemplate\Solutions\Solutions.pcfproj" (rebuild target(s)) -- FAILED.
Build FAILED.
"C:\Users\patri\OneDrive\Documents\GitHub\PowerAppsSample\PwrAppSamples\component-framework\resources\GridCustomizerCon
trolTemplate\Solutions\Solutions.pcfproj" (rebuild target) (1:7) ->
(PcfBuild target) ->
C:\Users\patri\.nuget\packages\microsoft.powerapps.msbuild.pcf\1.28.2\build\Microsoft.PowerApps.MSBuild.Pcf.targets(1
00,5): error : [pcf-1065] [Error] ESLint validation error: [C:\Users\patri\OneDrive\Documents\GitHub\PowerAppsSample\P
wrAppSamples\component-framework\resources\GridCustomizerControlTemplate\Solutions\Solutions.pcfproj]
C:\Users\patri\.nuget\packages\microsoft.powerapps.msbuild.pcf\1.28.2\build\Microsoft.PowerApps.MSBuild.Pcf.targets(1
00,5): error MSB3073: The command "npm run build -- --noColor --buildMode development --outDir "C:\Users\patri\OneDrive
\Documents\GitHub\PowerAppsSample\PwrAppSamples\component-framework\resources\GridCustomizerControlTemplate\Solutions\o
ut\controls" --buildSource MSBuild" exited with code -1. [C:\Users\patri\OneDrive\Documents\GitHub\PowerAppsSample\PwrA
ppSamples\component-framework\resources\GridCustomizerControlTemplate\Solutions\Solutions.pcfproj]
0 Warning(s)
2 Error(s)
I made my eslint file like this:
From inside an MSbuild operation, you won't see useful eslint error messages. Just give it an "npm run build" and the error message will be much clearer.
WarrenBelz
55
Most Valuable Professional
mmbr1606
44
Super User 2025 Season 1
Michael E. Gernaey
31
Super User 2025 Season 1