You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/I had the same problem and after a bit of looking I found a workaround. Here's how I fixed it:
I uninstalled Node.js and used NVM for Windows to install Node 14.x.x (I used 14.15.1) (I used NVM for Windows so I could quickly swap Node versions if needed)
I then had an issue with node-sass, so I had to run $ npm install node-sass from the photography directory, I then ran $ npm ci.
This got me almost the whole way, however when I ran $ gulp I got the following error ReferenceError: primordials is not defined. After Googling the error I found this useful thread on Stack Overflow.
Tried changing the npm versions with no luck.
Currently producing this error below with:
node v18.12.0
npm v8.19.2
npx v8.19.2
The text was updated successfully, but these errors were encountered: