Изменения документа Диспетчер пакетов NPM

Редактировал(а) Alexandr Fokin 2023/08/23 11:32

<
От версии < 1.12
отредактировано Alexandr Fokin
на 2023/08/23 11:32
К версии < 1.6 >
отредактировано Alexandr Fokin
на 2023/03/26 21:35
Изменить комментарий: К данной версии нет комментариев

Комментарий

Подробности

Свойства страницы
Содержимое
... ... @@ -1,44 +42,3 @@
1 -|(% style="width:96px" %) |(% style="width:1417px" %)(((
2 -(((
3 -(% id="cke_bm_446S" style="display:none" %)
4 -
5 -|(% colspan="1" rowspan="3" style="width:263px" %)Установить отсутствующие пакеты|(% style="width:1109px" %)(% aria-label="макрос:code виджет" contenteditable="false" role="region" tabindex="-1" data-macro="startmacro:code|-|language=~"cmd~"|-|npm install" data-widget="xwiki-macro" class="macro box code" %)npm install
6 -|(% style="width:1109px" %)(% aria-label="макрос:code виджет" contenteditable="false" role="region" tabindex="-1" data-macro="startmacro:code|-|language=~"cmd~"|-|npm ci" data-widget="xwiki-macro" class="macro box code" %)npm ci
7 -|(% style="width:1109px" %)What is the difference between "npm install" and "npm ci"?
8 -[[https:~~/~~/stackoverflow.com/questions/52499617/what-is-the-difference-between-npm-install-and-npm-ci>>https://stackoverflow.com/questions/52499617/what-is-the-difference-between-npm-install-and-npm-ci]]
9 -|(% style="width:263px" %)Переустановить пакеты|(% style="width:1109px" %)(% aria-label="макрос:code виджет" contenteditable="false" role="region" tabindex="-1" data-macro="startmacro:code|-|language=~"cmd~"|-|npm install -\-force" data-widget="xwiki-macro" class="macro box code" %)npm install ~-~-force
10 -|(% style="width:263px" %) |(% style="width:1109px" %)(% aria-label="макрос:code виджет" contenteditable="false" role="region" tabindex="-1" data-macro="startmacro:code|-|language=~"cmd~"|-|npm uninstall -g <module>" data-widget="xwiki-macro" class="macro box code" %)npm uninstall -g <module>
11 -)))
12 -
13 -(((
14 -
15 -)))
16 -)))
17 -|(% style="width:96px" %)Ошибка|(% style="width:1417px" %)(((
18 -|(% style="width:410px" %)(((
19 -Следующая ошибка  при выполнении команды.
20 -Например при вызове
21 -{{code language="cmd"}}npx.cmd create-react-app@latest{{/code}}
22 -)))|(% style="width:969px" %){{code language="cmd"}}npm ERR! code ENOENT
23 -npm ERR! syscall lstat
24 -npm ERR! path C:\Users\<username>\AppData\Roaming\npm
25 -npm ERR! errno -4058
26 -npm ERR! enoent ENOENT: no such file or directory, lstat 'C:\Users\<username>\AppData\Roaming\npm'
27 -npm ERR! enoent This is related to npm not being able to find a file.
28 -npm ERR! enoent{{/code}}|
29 -|(% style="width:410px" %)Выполнить команду.
30 -(В том числе после установки nodejs через установщик).|(% style="width:969px" %)(((
31 -Downloading and installing Node.js and npm
32 -[[https:~~/~~/docs.npmjs.com/downloading-and-installing-node-js-and-npm>>https://docs.npmjs.com/downloading-and-installing-node-js-and-npm]]
33 -
34 -{{code language="cmd"}}
35 -npm install -g npm
36 -{{/code}}
37 -)))|
38 -|(% style="width:410px" %) |(% style="width:969px" %) |
39 -)))
40 -|(% style="width:96px" %) |(% style="width:1417px" %)
41 -
42 42  ----
43 43  
44 44  ==== Внутренние ссылки: ====
XWiki.XWikiComments[0]
Автор
... ... @@ -1,0 +1,1 @@
1 +XWiki.cccc1808
Комментарий
... ... @@ -1,0 +1,11 @@
1 +Установить отсутствующие пакеты
2 +{{code language="cmd"}}
3 +npm install
4 +{{/code}}
5 +
6 +Переустановить пакеты
7 +{{code language="cmd"}}
8 +npm install --force
9 +
10 +npm uninstall -g <module>
11 +{{/code}}
Дата
... ... @@ -1,0 +1,1 @@
1 +2020-07-10 16:35:45.437