Initialization does not create new directory as the docs say - it initializes in current working directory #201
Open
Description
npm init electron-app@latest my-app -- --template=<template>
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.
Metadata
Assignees
Labels
No labels