Skip to content

Commit 1f8066f

Browse files
Update cli-task-1.md
1 parent 7a18f22 commit 1f8066f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

labs/CLI/cli-task-1.md

+4
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@
1111
1. Permissions to write to `file/folder/here/'.
1212

1313
Try elevating your user priveleges to the super user and rerunning the command.
14+
1415
It should be something like: `sudo npm install -g ask-cli`
1516

1617
2. Running into Python errors?
1718

1819
Try uninstalling the ask-cli package and reinstalling.
20+
1921
To uninstall: `npm uninstall -g ask-cli`
22+
2023
To install: `npm install-g ask-cli`
24+
2125
PS. Thanks, [Joe](@JLKoszerak) for the tip!

0 commit comments

Comments
 (0)