microsoft / spfx-react-webchat

Modern sharepoint online webpart to integrate the BotFramework webchat
MIT License
9 stars 4 forks source link

Unable to successfully run the app #63

Open pd-sgdev1 opened 1 year ago

pd-sgdev1 commented 1 year ago

Hi,

I could not run the code on my development machine. May I know what is the recommended versions to use to successfully run the app?

Development environment NPM v6.14.13 Node v14.17.0 Gulp

Getting this error when I execute gulp serve

ReferenceError: primordials is not defined
    at fs.js:45:5
    at req_ (C:\spfx-react-webchat\node_modules\natives\index.js:143:24)
    at Object.req [as require] (C:\spfx-react-webchat\node_modules\natives\index.js:55:10)
    at Object.<anonymous> (C:\spfx-react-webchat\node_modules\gulp\node_modules\graceful-fs\fs.js:1:37)
    at Module._compile (internal/modules/cjs/loader.js:1068:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1097:10)
    at Module.load (internal/modules/cjs/loader.js:933:32)
    at Function.Module._load (internal/modules/cjs/loader.js:774:14)
    at Module.require (internal/modules/cjs/loader.js:957:19)
    at require (internal/modules/cjs/helpers.js:88:18)

Appreciate any feedback to point me to the right direction

Thanks