Skip to main content

Questions tagged [nodejs]

Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices

0 votes
0 answers
66 views

i'm new to Sharepoint developpement and i'm trying to work on a project using SPFx WebParts. I followed the Microsoft Instructions and the project was built normally using "yo @microsoft/...
KLAIMMANT's user avatar
0 votes
0 answers
53 views

I have upgraded the nodeJS version from 14 to 18.18.2 now the old solution is not running as it says to i am running in old version which is indeed. Now my question would be, how do i upgrade my ...
striker92's user avatar
  • 171
0 votes
1 answer
70 views

All of a sudden, web parts on all projects will not load in the workbench. Gulp runs without errors but it is trying to call manifests.js from a folder called "build" in the temp directory. ...
user122945's user avatar
1 vote
1 answer
1k views

I see some questions like this from several years ago, but this question is a little different and I wonder how things are supposed to work now. We work in a enterprise setting where we can only ...
Rothrock's user avatar
  • 1,602
0 votes
1 answer
599 views

I have one old SPFx react webpart created in Node version 10.18.1. Now I have install node version 18.19.0 How can I Upgrade my old SPFx react webpart into new node version 18.19.0?
Chandresh's user avatar
  • 519
0 votes
0 answers
525 views

I am getting following error after running 'gulp trust-dev' in SPFx: PS C:\Users\s.framework\Code\ZEN> gulp trust-dev-cert Build target: DEBUG [15:11:11] Using gulpfile ~\Code\ZEN\gulpfile.js [15:...
Nemanja Sovic's user avatar
0 votes
1 answer
287 views

I have implemented multiple file uploads using spsave. But whenever i try to upload larger file(5mb+) files are not getting uploaded. const apiRequest = spsave(coreOptions, creds, fileOptions); ...
Akhil Mekkatt's user avatar
0 votes
1 answer
1k views

I want to deploy this SPFx sample inside my tenant @ https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-chatgpt-app. Now inside the package.json file below is mentioned regarding the ...
John John's user avatar
  • 1,420
0 votes
1 answer
4k views

I want to install this web part from hhttps://github.com/AsishP/SPFxWebParts , but when i run this command gulp build i got this error Error - [tslint] Error: Cannot find module '@microsoft/rush-stack-...
John John's user avatar
  • 1,420
0 votes
0 answers
25 views

I need to be able to set certain column details when uploading documents to Sharepoint (mandatory fileds to be able to edit the files). async uploadFile(file) { let data = new FormData(); ...
Alex M's user avatar
  • 1
5 votes
2 answers
3k views

I am unable to setup SPFx Development Environment for my SharePoint Online. I installed 10.24 and 10.20 version of Nodejs then also installed gulp and yeoman. But when I execute yo @microsoft/...
Zakir HC's user avatar
  • 3,650
0 votes
0 answers
1k views

I want to upload files on Sharepoint and I'm using Node Red for communicate with REST Sharepoint API. As far as I know, first of all I need to request a diggest token for the POST communication: so, ...
David B.'s user avatar
0 votes
1 answer
5k views

I am trying to run my first SPFX as mentioned on this link @ https://docs.microsoft.com/en-us/sharepoint/dev/spfx/extensions/get-started/build-a-hello-world-extension .. but when i run yo @microsoft/...
John John's user avatar
  • 1,420
0 votes
2 answers
715 views

I'm using the Sharepoint REST API server-side to browse through documents, that works. For authentication (having login credentials known server-side) I use node-sp-auth which provides me a FedAuth ...
Udo G's user avatar
  • 101
0 votes
1 answer
411 views

I'm having some trouble figuring out how to get data from the _vti_bin/listdata.svc on my sharepoint online site. Essentially I am trying to fetch the data in this listdata.svc file to then insert it ...
Omi in a hellcat's user avatar

15 30 50 per page