Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Commit

Permalink
fix: replace npm with pnpm in docs
Browse files Browse the repository at this point in the history
This is needed after `pnpm` became the default front-end package manager in Vaadin apps (see vaadin/flow#6966)
  • Loading branch information
Viktor Lukashov committed Dec 27, 2019
1 parent cafa381 commit 1ab09b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/typescript/upgrading-from-vaadin14.asciidoc
Expand Up @@ -106,7 +106,7 @@ There are other ways to create UI in TypeScript, but they are not covered in thi

[source,bash]
----
$ npm install --save lit-element
$ npx pnpm install --save lit-element
----


Expand Down

0 comments on commit 1ab09b4

Please sign in to comment.