Changes for page Print-Service-Plugin


From version 5.1
edited by sas
on 26.11.2021, 17:42
Change comment: There is no comment for this version
To version 6.1
edited by sas
on 02.03.2022, 14:48
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -135,6 +135,13 @@
135 135  
136 136  === Troubleshooting ===
137 137  
138 +==== Command npm not found ====
139 +
140 +Under Windows it is possible that after the NodeJS installation the environment variables are not set correctly and so npm install cannot be executed. This was also the case if the default path under C:/Programs was not used during the NodeJS installation. So check in the path if these are existing. The following must be done for this:
141 +
142 +* Call up the environment variables via Control Panel > System > Advanced System Settings > Environment Variables button.
143 +* In Path you should find the following entries: {{info}}C:\Users\{username}\AppData\Roaming\npm;C:\Program Files\nodejs{{/info}}
144 +
138 138  ==== Command npm install leads to timeout ====
139 139  
140 140  If the npm install command does not work due to a proxy, then the general proxy setting is not sufficient. Therefore, the following must be executed via console: