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
When I use yarn create electron-app --template=webpack-typescript it should work fine
Actual behavior
When I use yarn create electron-app --template=webpack-typescript it fails to install cause it tries to install node-sqlite3 and failes because it tries to use python2, while system hav only python3. Upgrade to latest node-sqlite3 should solve the issue.
Related:
Operating system
macOS m1(arm)
Expected behavior
When I use
yarn create electron-app --template=webpack-typescript
it should work fineActual behavior
When I use
yarn create electron-app --template=webpack-typescript
it fails to install cause it tries to install node-sqlite3 and failes because it tries to use python2, while system hav only python3. Upgrade to latest node-sqlite3 should solve the issue.Related:
TryGhost/node-sqlite3#1413
TryGhost/node-sqlite3#1413 (comment)
(actually bump to 5.0.3 should solve the issue)
Here is the error:
Steps to reproduce
Run
yarn create electron-app --template=webpack-typescript
on m1Additional information
Node version is v16.17.0, default python version on macOS is python3
The text was updated successfully, but these errors were encountered: