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?

Microsoft 365 and Office | SharePoint | Development
{count} votes

1 answer

Sort by: Most helpful
  1. Tong Zhang_MSFT 9,251 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.



Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.