error C:\Users\Acer\Downloads\Desktop\hrsaas-84\node_modules\deasync: Command failed. Exit code: 1 Command: node ./build.js Arguments: Directory: C:\Users\Acer\Downloads\Desktop\hrsaas-84\node_modules\deasync Output: C:\Users\Acer\Downloads\Desktop\hrsaas-84\node_modules\deasync>if not ...
I tried adding node-gyp as a dependency for deasync in packageExtensions, and that got GitHub Actions passing, but on my local Windows machine Yarn install fails to build deasync with this output: D:\src\lume+lume\packages\glas\node_modules\deasync\src\deasync.cc(3,10): fatal error C1083:...
"Please update to latest v2.3 or v2.2" > deasync@0.1.23 install C:\Windows\System32\spfx-MyModalPopup\node_modules\deasync > node ./build.js `win32-x64-node-14` exists; testing Binary is fine; exiting > keytar@7.7.0 install C:\Windows\System32\spfx-MyModalPopup\node_module...
const { awaitSync } = require("@kaciras/deasync"); module.exports = awaitSync(import('./some/es/module.js')) It doesn't seem to work on my Apple silicon though. Seems to lock up when I tested in a VS Code extension. A built-in solution in Node.js would be really nice. woden...
I am trying to develop this SPFX inside our SharePoint online site @ https://www.c-sharpcorner.com/article/modal-popup-in-spfx/ Where i did the following steps, but i got those errors:- Your environment has been set up for using Node.js 14.17.0 (x64)