You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[0] WARNING in ./node_modules/shell-env/node_modules/cross-spawn/index.js
[0] Module not found: Error: Can't resolve 'spawn-sync' in '/Users/nem/code/sme/spear/sal/node_modules/shell-env/node_modules/cross-spawn'
[0] @ ./node_modules/shell-env/node_modules/cross-spawn/index.js 32:26-47
[0] @ ./node_modules/shell-env/node_modules/execa/index.js
[0] @ ./node_modules/shell-env/index.js
[0] @ ./node_modules/shell-path/index.js
[0] @ ./node_modules/fix-path/index.js
[0] @ ./src/main/index.js
[0] @ multi ./node_modules/electron-webpack/out/electron-main-hmr/main-hmr ./src/main/index.js
Yet I do not see cross-spawn being used anywhere in this code base up from 0.3.0.
0.3.0 is where I am seeing this issue and cross-spawn does exist in our project dependencies but as a devDependency only. cross-spawn is also only being used by a unit test.
Anyway I was wondering if anyone had any ideas?
The text was updated successfully, but these errors were encountered:
Yet I do not see
cross-spawn
being used anywhere in this code base up from 0.3.0.0.3.0 is where I am seeing this issue and cross-spawn does exist in our project dependencies but as a devDependency only. cross-spawn is also only being used by a unit test.
Anyway I was wondering if anyone had any ideas?
The text was updated successfully, but these errors were encountered: