Create ScandiPWA App
ScandiPWA DocsCreate Magento AppGitHub
  • Create ScandiPWA App
  • Getting Started
    • Getting Started
    • Folder structure
    • Supported Browsers & Features
    • Updating to New Releases
  • Themes
    • Themes
    • File overrides
  • Extensions
    • Extensions
    • Installation
    • Application plugins
      • Plugin Templates
    • Build configuration plugins
    • Plugins for HTML and PHP
    • File provision
    • Module preference
  • Building your app
    • Proxying requests to server
    • Internationalization
    • Creating production build
  • Deploying your app
    • Storefront
    • Magento theme
Powered by GitBook
On this page

Was this helpful?

  1. Getting Started

Updating to New Releases

PreviousSupported Browsers & FeaturesNextThemes

Last updated 4 years ago

Was this helpful?

Create ScandiPWA App is divided into two packages:

  • create-scandipwa-app is a global command-line utility that you use to create new projects.

  • @scandipwa/scandipwa-scripts is a development dependency in the generated projects (including this one).

When you run npx create-scandipwa-app my-app it automatically installs the latest version of Create React App.

Create React App creates a project with the latest version of @scandipwa/scandipwa-scripts so you’ll get all the new features and improvements in newly created apps automatically.

To update an existing project to a new version of @scandipwa/scandipwa-scripts, , find the version you’re currently on (check package.json in this folder, if you’re not sure), and apply the migration instructions for the newer versions.

In most cases bumping the @scandipwa/scandipwa-scripts version in package.json and running npm install (or yarn install) in this folder should be enough, but it’s good to consult the for potential breaking changes.

To bump the version of @scandipwa/scandipwa-scripts to latest available version, use:

yarn add @scandipwa/scandipwa-scripts@latest
npm install @scandipwa/scandipwa-scripts@latest

We commit to keeping the breaking changes minimal so you can upgrade @scandipwa/scandipwa-scripts painlessly.

open the change-log
change-log