@nushell/darwin-arm64 0.5.0 → 0.73.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +15 -2
- package/bin/nu +0 -0
- package/package.json +1 -1
- package/README.zh-CN.md +0 -14
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2019 -
|
|
3
|
+
Copyright (c) 2019 - 2022 The Nushell Project Developers
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/README.md
CHANGED
|
@@ -9,7 +9,20 @@ To install `nu` by npm, simply run: `npm i -g nushell`, then you can run `nu` to
|
|
|
9
9
|
|
|
10
10
|
## Note
|
|
11
11
|
|
|
12
|
-
If you got some error like 'Error: Couldn't find application binary inside node_modules...' while running `nu` or 'No matching version found for nushell...' while installation, please specify the registry and try to install it again: `npm i -g nushell --registry https://registry.npmjs.com`.
|
|
12
|
+
1. If you got some error like 'Error: Couldn't find application binary inside node_modules...' while running `nu` or 'No matching version found for nushell...' while installation, please specify the registry and try to install it again: `npm i -g nushell --registry https://registry.npmjs.com`.
|
|
13
|
+
2. The **npm** package for `nushell` currently contains only the `nu` binary, and the official plugins were not included, if you need the full version, please build it from source or [download the packages from here](https://github.com/nushell/nushell/releases)
|
|
13
14
|
|
|
14
|
-
|
|
15
|
+
---
|
|
15
16
|
|
|
17
|
+
## 将 Nushell 发布到 NPM 仓库
|
|
18
|
+
|
|
19
|
+
本仓库的唯一作用就是将 [Nushell](https://github.com/nushell/nushell) 官方发布的二进制文件原封不动地发布到 `NPM` 仓库,方便大家通过 `npm` 安装使用。
|
|
20
|
+
|
|
21
|
+
对于 `nushell` **npm** 包的问题(诸如安装、格式等)可以 [在此](https://github.com/hustcer/nu-to-npm/issues) 提 Issue,至于 `nu` 二进制文件的问题请前往 [官方仓库](https://github.com/nushell/nushell/issues) 提 Issue。
|
|
22
|
+
|
|
23
|
+
通过 `npm` 安装 **nushell** 只需要执行: `npm i -g nushell` 即可,然后你可以通过 `nu` 命令创建一个新的会话。
|
|
24
|
+
|
|
25
|
+
## 注意
|
|
26
|
+
|
|
27
|
+
1. 如果你在运行 `nu` 时看到 'Error: Couldn't find application binary inside node_modules...' 错误,或者在安装过程中看到 'No matching version found for nushell...' 错误,请尝试指定 `registry` 参数并重新安装:`npm i -g nushell --registry https://registry.npmjs.com`。
|
|
28
|
+
2. `nushell` 的 **npm** 包内目前只包含 `nu` 二进制文件,不含官方提供的各插件,如需完整版本请自行通过源码构建或者 [由此下载](https://github.com/nushell/nushell/releases)
|
package/bin/nu
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/README.zh-CN.md
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
## 将 Nushell 发布到 NPM 仓库
|
|
3
|
-
|
|
4
|
-
本仓库的唯一作用就是将 [Nushell](https://github.com/nushell/nushell) 官方发布的二进制文件原封不动地发布到 `NPM` 仓库,方便大家通过 `npm` 安装使用。
|
|
5
|
-
|
|
6
|
-
对于 `nushell` **npm** 包的问题(诸如安装、格式等)可以 [在此](https://github.com/hustcer/nu-to-npm/issues) 提 Issue,至于 `nu` 二进制文件的问题请前往 [此处](https://github.com/nushell/nushell/issues) 提 Issue。
|
|
7
|
-
|
|
8
|
-
通过 `npm` 安装 **nushell** 只需要执行: `npm i -g nushell` 即可,然后你可以通过 `nu` 命令创建一个新的会话。
|
|
9
|
-
|
|
10
|
-
## 注意
|
|
11
|
-
|
|
12
|
-
如果你在运行 `nu` 时看到 'Error: Couldn't find application binary inside node_modules...' 错误,或者在安装过程中看到 'No matching version found for nushell...' 错误,请尝试指定 `registry` 参数并重新安装:`npm i -g nushell --registry https://registry.npmjs.com`。
|
|
13
|
-
|
|
14
|
-
`nushell` 的 **npm** 包内目前只包含 `nu` 二进制文件,不含官方提供的各插件,如需完整版本请自行通过源码构建或者 [由此下载](https://github.com/nushell/nushell/releases)
|