@nushell/windows-x64 0.3.2 → 0.3.5

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/README.md CHANGED
@@ -9,5 +9,7 @@ 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`.
13
+
12
14
  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
15
 
package/README.zh-CN.md CHANGED
@@ -9,4 +9,6 @@
9
9
 
10
10
  ## 注意
11
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
+
12
14
  `nushell` 的 **npm** 包内目前只包含 `nu` 二进制文件,不含官方提供的各插件,如需完整版本请自行通过源码构建或者 [由此下载](https://github.com/nushell/nushell/releases)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nushell/windows-x64",
3
- "version": "0.3.2",
3
+ "version": "0.3.5",
4
4
  "description": "Publish the official nushell binary to npm by @hustcer",
5
5
  "repository": {
6
6
  "type": "git",