pnp / sp-dev-fx-aces

Repository for the Microsoft Viva Connections Adaptive Card sample solutions from Microsoft and community.
https://aka.ms/viva/connections/extensibility
MIT License
109 stars 92 forks source link

PrimaryTextCard-Graph-UnreadEmails: Error Gulp Serve #143

Closed aidab98 closed 1 year ago

aidab98 commented 1 year ago

Whenever I run the command gulp serve, I get the Error: Cannot find module '@microsoft/sp-build-web'. I have all the prerequisites of SharePoint Framework installed.

Please help and thank you!

a1mery commented 1 year ago

Did you successfully run npm install ?

Which version of Node are you using ?

aidab98 commented 1 year ago

Node version v16.17.0.

When I run npm install this is the output:

node-sass@4.14.1 install C:\Viva-ACE-Samples\sp-dev-fx-aces\samples\PrimaryTextCard-MyEmails\node_modules\node-sass node scripts/install.js

Downloading binary from https://github.com/sass/node-sass/releases/download/v4.14.1/win32-x64-93_binding.node Cannot download "https://github.com/sass/node-sass/releases/download/v4.14.1/win32-x64-93_binding.node":

HTTP error 404 Not Found

Hint: If github.com is not accessible in your location try setting a proxy via HTTP_PROXY, e.g.

  export HTTP_PROXY=http://example.com:1234

or configure npm proxy via

  npm config set proxy http://example.com:8080

node-sass@4.14.1 postinstall C:\Viva-ACE-Samples\sp-dev-fx-aces\samples\PrimaryTextCard-MyEmails\node_modules\node-sass node scripts/build.js

Building: C:\Program Files\nodejs\node.exe C:\Viva-ACE-Samples\sp-dev-fx-aces\samples\PrimaryTextCard-MyEmails\node_modules\node-gyp\bin\node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library= gyp info it worked if it ends with ok gyp verb cli [ gyp verb cli 'C:\Program Files\nodejs\node.exe', gyp verb cli 'C:\Viva-ACE-Samples\sp-dev-fx-aces\samples\PrimaryTextCard-MyEmails\node_modules\node-gyp\bin\node-gyp.js', gyp verb cli 'rebuild', gyp verb cli '--verbose', gyp verb cli '--libsass_ext=', gyp verb cli '--libsass_cflags=', gyp verb cli '--libsass_ldflags=', gyp verb cli '--libsass_library=' gyp verb cli ] gyp info using node-gyp@3.8.0 gyp info using node@16.17.0 | win32 | x64 gyp verb command rebuild [] gyp verb command clean [] gyp verb clean removing "build" directory gyp verb command configure [] gyp verb check python checking for Python executable "python2" in the PATH gyp verb which failed Error: not found: python2 gyp verb which failed at getNotFoundError (C:\Viva-ACE-Samples\sp-dev-fx-aces\samples\PrimaryTextCard-MyEmails\node_modules\node-gyp\node_modules\which\which.js:13:12) gyp verb which failed at F (C:\Viva-ACE-Samples\sp-dev-fx-aces\samples\PrimaryTextCard-MyEmails\node_modules\node-gyp\node_modules\which\which.js:68:19) gyp verb which failed at E (C:\Viva-ACE-Samples\sp-dev-fx-aces\samples\PrimaryTextCard-MyEmails\node_modules\node-gyp\node_modules\which\which.js:80:29) gyp verb which failed at C:\Viva-ACE-Samples\sp-dev-fx-aces\samples\PrimaryTextCard-MyEmails\node_modules\node-gyp\node_modules\which\which.js:89:16 gyp verb which failed at C:\Viva-ACE-Samples\sp-dev-fx-aces\samples\PrimaryTextCard-MyEmails\node_modules\isexe\index.js:42:5 gyp verb which failed at C:\Viva-ACE-Samples\sp-dev-fx-aces\samples\PrimaryTextCard-MyEmails\node_modules\isexe\windows.js:36:5 gyp verb which failed at FSReqCallback.oncomplete (node:fs:206:21) gyp verb which failed python2 Error: not found: python2 gyp verb which failed at getNotFoundError (C:\Viva-ACE-Samples\sp-dev-fx-aces\samples\PrimaryTextCard-MyEmails\node_modules\node-gyp\node_modules\which\which.js:13:12) gyp verb which failed at F (C:\Viva-ACE-Samples\sp-dev-fx-aces\samples\PrimaryTextCard-MyEmails\node_modules\node-gyp\node_modules\which\which.js:68:19) gyp verb which failed at E (C:\Viva-ACE-Samples\sp-dev-fx-aces\samples\PrimaryTextCard-MyEmails\node_modules\node-gyp\node_modules\which\which.js:80:29) gyp verb which failed at C:\Viva-ACE-Samples\sp-dev-fx-aces\samples\PrimaryTextCard-MyEmails\node_modules\node-gyp\node_modules\which\which.js:89:16 gyp verb which failed at C:\Viva-ACE-Samples\sp-dev-fx-aces\samples\PrimaryTextCard-MyEmails\node_modules\isexe\index.js:42:5 gyp verb which failed at C:\Viva-ACE-Samples\sp-dev-fx-aces\samples\PrimaryTextCard-MyEmails\node_modules\isexe\windows.js:36:5 gyp verb which failed at FSReqCallback.oncomplete (node:fs:206:21) { gyp verb which failed code: 'ENOENT' gyp verb which failed } gyp verb check python checking for Python executable "python" in the PATH gyp verb which succeeded python C:\Python39\python.EXE gyp ERR! configure error gyp ERR! stack Error: Command failed: C:\Python39\python.EXE -c import sys; print "%s.%s.%s" % sys.version_info[:3]; gyp ERR! stack File "", line 1 gyp ERR! stack import sys; print "%s.%s.%s" % sys.version_info[:3]; gyp ERR! stack ^ gyp ERR! stack SyntaxError: invalid syntax gyp ERR! stack gyp ERR! stack at ChildProcess.exithandler (node:child_process:400:12) gyp ERR! stack at ChildProcess.emit (node:events:513:28) gyp ERR! stack at maybeClose (node:internal/child_process:1093:16) gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) gyp ERR! System Windows_NT 10.0.22621 gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Viva-ACE-Samples\sp-dev-fx-aces\samples\PrimaryTextCard-MyEmails\node_modules\node-gyp\bin\node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library=" gyp ERR! cwd C:\Viva-ACE-Samples\sp-dev-fx-aces\samples\PrimaryTextCard-MyEmails\node_modules\node-sass gyp ERR! node -v v16.17.0 gyp ERR! node-gyp -v v3.8.0 gyp ERR! not ok Build failed with error code: 1 npm WARN @fluentui/react-focus@7.18.1 requires a peer of @types/react@>=16.8.0 <17.0.0 but none is installed. You must install peer dependencies yourself. npm WARN @fluentui/react-focus@7.18.1 requires a peer of @types/react-dom@>=16.8.0 <17.0.0 but none is installed. You must install peer dependencies yourself. npm WARN @fluentui/react-window-provider@1.0.2 requires a peer of @types/react@>=16.8.0 <17.0.0 but none is installed. You must install peer dependencies yourself. npm WARN @fluentui/react-window-provider@1.0.2 requires a peer of @types/react-dom@>=16.8.0 <17.0.0 but none is installed. You must install peer dependencies yourself. npm WARN @fluentui/theme@1.7.4 requires a peer of @types/react@>=16.8.0 <17.0.0 but none is installed. You must install peer dependencies yourself. npm WARN @fluentui/theme@1.7.4 requires a peer of @types/react-dom@>=16.8.0 <17.0.0 but none is installed. You must install peer dependencies yourself. npm WARN @uifabric/foundation@7.10.1 requires a peer of @types/react@>=16.8.0 <17.0.0 but none is installed. You must install peer dependencies yourself. npm WARN @uifabric/foundation@7.10.1 requires a peer of @types/react-dom@>=16.8.0 <17.0.0 but none is installed. You must install peer dependencies yourself. npm WARN @uifabric/react-hooks@7.14.0 requires a peer of @types/react@>=16.8.0 <17.0.0 but none is installed. You must install peer dependencies yourself. npm WARN @uifabric/react-hooks@7.14.0 requires a peer of @types/react-dom@>=16.8.0 <17.0.0 but none is installed. You must install peer dependencies yourself. npm WARN @uifabric/utilities@7.33.5 requires a peer of @types/react@>=16.8.0 <17.0.0 but none is installed. You must install peer dependencies yourself. npm WARN @uifabric/utilities@7.33.5 requires a peer of @types/react-dom@>=16.8.0 <17.0.0 but none is installed. You must install peer dependencies yourself. npm WARN ajv-keywords@3.5.2 requires a peer of ajv@^6.9.1 but none is installed. You must install peer dependencies yourself. npm WARN office-ui-fabric-react@7.177.2 requires a peer of @types/react@>=16.8.0 <17.0.0 but none is installed. You must install peer dependencies yourself. npm WARN office-ui-fabric-react@7.177.2 requires a peer of @types/react-dom@>=16.8.0 <17.0.0 but none is installed. You must install peer dependencies yourself. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules\@rushstack\typings-generator\node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\chokidar\node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! node-sass@4.14.1 postinstall: node scripts/build.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the node-sass@4.14.1 postinstall script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

a1mery commented 1 year ago

The issue might be with the Node version. This ACE uses SPFx 1.14 which is compatible with Node v12 or v14 (cf: SPFx development environment compatibility

Can you try using a compatible Node version and see if you still have the issue when you run npm install ?

aidab98 commented 1 year ago

Thank you @a1mery so much for your help! I installed Node v14 and it works now.