Answers for "lwc local development server"

0

lwc local development

sfdx force:lightning:lwc:start
Posted by: Guest on June-10-2020
0

lwc local development server

If you have issue downloading the NPM package here are the steps:
1)npm install -g node-gyp
2)npm install --global --production windows-build-tools (through powershell run as admin)
3)sfdx plugins:install @salesforce/lwc-dev-server

If this doesn't work then you probably haven't downloaded Python3. 
So do download Python 3 on https://www.python.org/downloads/
and try again.
Posted by: Guest on February-22-2022
0

setup local development server in lwc

sfdx plugins:install @salesforce/lwc-dev-server
Posted by: Guest on November-12-2021

Browse Popular Code Answers by Language