Skip to content

Initialization does not create new directory as the docs say - it initializes in current working directory #201

Open
@BeatsuDev

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions