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
initializes a project in the current working directory.
The very next section however says:
Starting your app
You should now have a directory called my-app with all the files you need for a basic Electron app.
cd my-app
npm start
I'm guessing this is a mistake in the docs and it should say that it initializes the project in the current working directory + omit the cd my-app line in the very next code block.
The text was updated successfully, but these errors were encountered:
initializes a project in the current working directory.
The very next section however says:
I'm guessing this is a mistake in the docs and it should say that it initializes the project in the current working directory + omit the
cd my-app
line in the very next code block.The text was updated successfully, but these errors were encountered: