create-amplify

1.2.0 • Public • Published

Description

create-amplify is a package for scaffolding an Amplify project by running npm create amplify.

Usage

In a frontend project folder or empty folder, run npm create amplify.

Frequently Asked Questions

  1. Does Amplify support pnpm on Windows? No. Amplify uses nested node_modules, but "pnpm does not create deep folders, it stores all packages flatly and uses symbolic links to create the dependency tree structure." See details: on PNPM docs.

  2. Does Amplify support Yarn Plug'n'Play? No. Please run yarn config set nodeLinker node-modules to use node_modules instead.

  3. Why do I see npm_config_user_agent is undefined? The CLI uses this environment variable to determine which package manager to use when spawning processes. To resolve this: a. Do not install or use amplify globally b. Use the same package manager for all commands in a given project c. When running E2E tests locally without a package manager, set npm_config_user_agent to npm.

/create-amplify/

    Package Sidebar

    Install

    npm i create-amplify

    Weekly Downloads

    2,695

    Version

    1.2.0

    License

    Apache-2.0

    Unpacked Size

    54.2 kB

    Total Files

    19

    Last publish

    Collaborators

    • aws-amplify-ops