V14 Source Build in VS2022
# contributing
c
I need help I downloaded the source version 14.0.0 and ran it with Visual Studio 2022 but it didn't work
s
Can you share an error message/screenshot of what's not working? What were the steps you followed?
You need to run
git submodule update --init
first
s
Which script?
c
git submodule update --init
I found that I can not customize this source
I created package.json file to run script "npm run build:for:cms", but it does not work { "name": "umbraco.web.ui.client", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npm run build", "build:for:cms": "npm run build" }, "keywords": [], "author": "", "license": "ISC" }
s
Please before you continue, can I just make sure that you're trying to send us a pull request? Running Umbraco from source is never needed unless you're trying to fix a bug or doing some deep debugging.
8 Views