Files
UnrealEngineUWP/Engine/Plugins/VirtualProduction/RemoteControlWebInterface/WebApp/FixNpmInstall.bat

7 lines
206 B
Batchfile
Raw Normal View History

REM @echo off
attrib -r .\package.json
attrib -r .\package-lock.json
attrib -r .\Server\package.json
attrib -r .\Server\package-lock.json
attrib -r .\Client\package.json
attrib -r .\Client\package-lock.json