Cloud

Installing plugin @salesforce/lwc-dev-server… !

 Local Development Server is a Salesforce CLI plug-in that configures and runs a Lightning Web Components-enabled server on our computer.

We can develop Lightning web components and see live changes without publishing the components to an org.

Local development supports Lightning web components only. It doesn’t support Aura components.

Majority of the folks will face lwc server plugin issues.

Issue Name: Installing plugin @salesforce/lwc-dev-server… ! ” when installing in my Visual Studio in Windows

Below are the Steps to fix the above Issue:

===================================

1. Installation of Nodejs software and disconnect from office network VPN (if connected).

2. >Install node gyp by running 

      npm install -g node-gyp

    >In command prompt or whatever command-line interface you use.

3. And then after that, you can run 

     npm install –global –production windows-build-tools

4. And finally tried the below command it worked after 2 3 times..

     sfdx plugins:install @salesforce/lwc-dev-server

vasu34k

Share
Published by
vasu34k
Tags: #Salesforce

Recent Posts

Generative AI

Generative AI is a type of AI (such as ChatGPT) that can generate new forms…

5 months ago

Pair Programming

Pair programming is a software development technique in which two programmers work together at one…

5 months ago

AWS CodeWhisperer

Amazon recently released Amazon CodeWhisperer to the public. It is an AWS real-time AI code generator…

6 months ago

Multi-hop architecture Azure

Multi-hop architecture is a design approach for organizing data in the Delta warehouse. Multi-hop architectures…

9 months ago

MuleSoft Accelerators

MuleSoft Accelerators are predefined Mule applications, API specifications, and documentation that help to speed up the implementation life…

10 months ago

Introduction to OpenAPI

OpenAPI Specification also known as Swagger Specification is an API description format for REST APIs.…

1 year ago