Skip to content

Commit 77c4620

Browse files
Merge pull request SharePoint#5162 from gauravgoyal5/patch-15
Adding comma
2 parents fcd0d21 + ad00151 commit 77c4620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/library-component-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ localization_priority: Priority
133133
```
134134
135135
> [!NOTE]
136-
> ```npm install``` will throw an error if you create a web part and you just added a reference to ```package.json``` and do not create a local reference using ```npm link```. If you have created a link using ```npm link``` and run ```npm install``` you will not receive an error during ```npm install``` but the symbolic link will be removed. If you want to run ```npm install``` you will have to temporarily remove the reference to the corporate library and re-establish the reference by running ```npm link corporate-library``` and update the reference in ```package.json```.
136+
> ```npm install``` will throw an error if you create a web part and you just added a reference to ```package.json``` and do not create a local reference using ```npm link```. If you have created a link using ```npm link``` and run ```npm install```, you will not receive an error during ```npm install``` but the symbolic link will be removed. If you want to run ```npm install```, you will have to temporarily remove the reference to the corporate library and re-establish the reference by running ```npm link corporate-library``` and update the reference in ```package.json```.
137137
138138
1. Build the web part:
139139

0 commit comments

Comments
 (0)