Problem with manifest.js (cannot get from temp)

Sammy 1 Reputation point
2022-04-27T11:55:44.157+00:00

Hi everyone!
I have problem with my project on React and Sharepoint, after i called gulp clear
196945-screenshot-1.jpg

my serve.json

{  
  "$schema": "https://developer.microsoft.com/json-schemas/core-build/serve.schema.json",  
  "port": 4321,  
  "https": true,  
  "initialPage": "https://thisisprivatesite/sites/trainings-team/_layouts/workbench.aspx",  
  "api": {  
    "port": 5432,  
    "entryPath": "node_modules/@microsoft/sp-webpart-workbench/lib/api/"  
  }  
}  

Much apriciate for any help!

upd: i think problem that typescript dosent create dist folder.
Still any help?

SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
1,975 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Tong Zhang_MSFT 8,976 Reputation points
    2022-04-28T10:11:41.557+00:00

    Hi @Sammy ,

    Thank you for the detailed description of the case.

    Please try to test reinstall Gulp, you can enter the following command to install the Gulp:

    npm install gulp-cli --global


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.