create-amplify

1.0.1 • 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.

Readme

Keywords

none

Package Sidebar

Install

npm i create-amplify

Weekly Downloads

1,977

Version

1.0.1

License

Apache-2.0

Unpacked Size

52.9 kB

Total Files

18

Last publish

Collaborators

  • aws-amplify-ops