Answer the question
In order to leave comments, you need to log in
What are these - environment variables, I want portable?
I installed OpenServer on a portable sdd, and I also put all the necessary tools nearby.
For example, the installation of NODE.js is in the path F:\OpenServe\modules\nodejs.
In the OpenServer settings (F:\OpenServe\userdata\config) I write my path`s.
Answer the question
In order to leave comments, you need to log in
That's right, if you remove the paths from the system environment variables, then not a single application of the system will know about these paths, including the command processor.
The path %USERPROFILE%\AppData\Roaming\npm contains the executables of installed npm packages that provide some packages. To change this path, you need to use npmrc on the Node.js installation path. More details - https://docs.npmjs.com/cli/v7/configuring-npm/folders
Portable installation implies no connection with the system environment, and the right solution is to use the environment and the OSPanel shell, of course.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question