... |
... |
@@ -135,13 +135,6 @@ |
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 |
|
- |
145 |
145 |
==== Command npm install leads to timeout ==== |
146 |
146 |
|
147 |
147 |
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: |