Skip to content

Commit 17fcf3a

Browse files
authored
Update ns-setup-linux.md
Remove unneeded text
1 parent 8ae4424 commit 17fcf3a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docs/start/ns-setup-linux.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,6 @@ Complete the following steps to set up NativeScript on your Linux development ma
128128
Please note this is the recommended, safest and most secure method to install any NPM packages globally.
129129
<pre class="add-copy-button"><code class="language-terminal">sudo npm install nativescript -g --unsafe-perm
130130
</code></pre>
131-
132-
However; if you are on your own non-shared machine, you can disable some of the security to simplify future configuration and eliminate a whole class of npm errors when dealing with npm on your local workstation, by doing this:
133-
sudo chown $(whoami) /usr/local/lib/node_modules
134-
What this does is give your account user rights to the directory; so then you can do
135-
136-
137-
1. Restart the command prompt.
138131

139132
9. To check if your system is configured properly, run the following command.
140133

0 commit comments

Comments
 (0)