gulp serve doesn't work
See original GitHub issueHi,
Downloaded the project. Ran npm install
, then gulp serve
and received 473 errors. There’s too many to copy & paste in here. Last one was this one:
Error - typescript - src\webparts\verticalTimeline\SPCalendarService.ts(55,53): error TS2345: Argument of type ‘SPHttpClientConfiguration’ is not assignable to parameter of type ‘SPHttpClientConfiguration’.
Does the project require a specific version of node/npm to run?
Thanks, Andy
Issue Analytics
- State:
- Created 6 years ago
- Comments:5
Top Results From Across the Web
Unable to run "gulp serve" for our SPFx web parts
I have developed an SPFx web part, and now i am trying to run gulp serve.. but i am getting these errors. Now...
Read more >The command gulp serve don't work
when i get up my local server with the command(gulp serve), instead the show in the browser my first web part it create...
Read more >Rookie problem - gulp serve not running... · Issue #395 - GitHub
Not able to load the web part in local host or SPO workbench. I think I followed instructions properly but I keep getting...
Read more >After doing gulp serve does not load workbench.aspx
But the server is working because when I execute https://localhost:4321/temp/manifests.js it loads all the manifest so it's very strange.
Read more >spfx-fast-serve - npm
Apply only those webpack modifications, which work on a regular gulp serve command since spfx-fast-serve works only in development mode.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
i have created a fork, that fixes these issues, updated version of react etc https://github.com/wills01/spfx-40-fantastics
Any change of providing this build again? Between the pending pull request, some manual package updates and what you quoted this may actually work with later versions of SPFX.