You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, the .readme file in the installation section I suggest that the following should be, npm install asar or npm install asar -g
since when doing it in the way, it is only being added locally to the project and you can not use your cli, but if you install it in this way npm install asar -g , you can use the cli of asar
could be the following way: npm install asar or npm install -g
to use it either locally or globally, this because the new developers when trying to do npm install asar and then asar --help
it will not work.
The text was updated successfully, but these errors were encountered:
Hello, the .readme file in the installation section I suggest that the following should be,
npm install asar
ornpm install asar -g
since when doing it in the way, it is only being added locally to the project and you can not use your cli, but if you install it in this way
npm install asar -g
, you can use the cli of asarcould be the following way:
npm install asar
ornpm install -g
to use it either locally or globally, this because the new developers when trying to do
npm install asar
and thenasar --help
it will not work.
The text was updated successfully, but these errors were encountered: