Skip to content

Commit ba94613

Browse files
06180618
andauthored
test(docs): install -g npm@7 (#2912)
* test: install npm@7 * test: change npm to yarn * Revert "test: change npm to yarn" This reverts commit f31e647. * test: install -g npm@7 Co-authored-by: 0618 <[email protected]>
1 parent 48f2fd7 commit ba94613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amplify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ applications:
3333
commands:
3434
- nvm install 16.13 # NodeJS 16.13+ is the latest version that Amplify Hosting supports
3535
- nvm use 16
36-
- npm install npm@7 # TODO: remove this line once update @angular-devkit packages.
36+
- npm install -g npm@7 # TODO: remove this line once update @angular-devkit packages.
3737
- export NODE_OPTIONS="--max-old-space-size=8192"
3838
- npm install
3939
- npm install wait-on

0 commit comments

Comments
 (0)