pinokiod 3.295.0 → 3.296.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.
Files changed (2) hide show
  1. package/kernel/shell.js +4 -0
  2. package/package.json +1 -1
package/kernel/shell.js CHANGED
@@ -125,6 +125,10 @@ class Shell {
125
125
  this.env.CONDA_SHORTCUTS = 0
126
126
  this.env.CONDA_CONSOLE = 'json'
127
127
 
128
+ if (this.platform === "win32") {
129
+ this.env.npm_config_symlink = "false"
130
+ }
131
+
128
132
  // this.env.TCELL_MINIMIZE=1
129
133
  this.env.CMAKE_OBJECT_PATH_MAX = 1024
130
134
  this.env.PYTORCH_ENABLE_MPS_FALLBACK = 1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "3.295.0",
3
+ "version": "3.296.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {