可以通过WSL的Node在VSCode中使用Quokka吗?

时间:2018-01-23 23:22:49

标签: visual-studio-code windows-subsystem-for-linux quokka.js

VSCode中的Quokka可能通过WSL的节点吗?

当我链接到bash.exe时,虽然我也不知道要链接什么,但它给了我:

​​GNU long options:​​
​​  --debug​​
​​  --debugger​​
​​  --dump-po-strings​​
​​  --dump-strings​​
​​  --help​​
​​  --init-file​​
​​  --login​​
​​  --noediting​​
​​  --noprofile​​
​​  --norc​​
​​  --posix​​
​​  --rcfile​​
​​  --restricted​​
​​  --verbose​​
​​  --version​​
​​Shell options:​​
​​  -ilrsD or -c command or -O shopt_option     (invocation only)​​
​​  -abefhkmnptuvxBCHP or -o option​​
​​​​

当我使用批处理文件时,我得到节点%*

​​module.js:557​​
​​    throw err;​​
​​    ^​​

​​Error: Cannot find module 'path\to\file/C:\Users\CoLd As IcE\.vscode\extensions\WallabyJs.quokka-vscode-1.0.94\dist\wallaby\server.js'​​
​​    at Function.Module._resolveFilename (module.js:555:15)​​
​​    at Function.Module._load (module.js:482:25)​​
​​    at Function.Module.runMain (module.js:701:10)​​
​​    at startup (bootstrap_node.js:193:16)​​
​​    at bootstrap_node.js:617:3​​

当我使用批处理文件时,我使用节点%*

​​Error: Cannot find module 'path\to\file\***newpath***/C:\Users\CoLd As IcE\.vscode\extensions\WallabyJs.quokka-vscode-1.0.94\dist\wallaby\server.js'​​

0 个答案:

没有答案