由于互联网连接不良,我的原子包无法安装settings>preferences>install>packages.所以我想我需要手动安装它们.
例如:我从相应的github页面尝试了存储库并克隆了它,users>.atom>packages但这不起作用.
有帮助吗?我喜欢这个文本编辑器,所以如果我可以手动安装更多的包,它会非常方便.
欢迎任何其他方式!
跑步nodemon --inspect index.js还是nodemon --debug index.js不行.
节点版本:8.9.1
Nodemon版本:1.12.6
我试过这些没有运气:
nodemon --inspect-brk index.js
nodemon -- --inspect index.js
nodemon index.js -- --inspect index.js
nodemon index.js -- --debug index.js
nodemon -- --debug index.js
nodemon --inspect --debug index.js
nodemon --debug-brk index.js
但是node --inspect index.js还是node --inspect-brk index.js有效的.我好奇怎么样?如果任何替代方案或某种形式的解决方案也会很棒.
如果您需要进一步说明,请评论.
我喜欢ZSH shell及其主题,但它非常慢.加载需要7到10秒.我也将它用作VS Code中的集成终端,即使加载速度很慢.这是我的.zshrc文件的副本.
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh
export PS1="[%* - %D] %d %% "
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="agnoster"
DEFAULT_USER=13000
# Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true"
# Uncomment the following line to use hyphen-insensitive completion. Case
# sensitive completion must be …Run Code Online (Sandbox Code Playgroud) 我已经看了Fetch API几天了。
在学习的过程中,我遇到了“使用fetch()不会阻止你的 DOM”这一说法,因为它使用了 Promise。
很高兴继续学习这些教程并查看一些新教程,我看到一个人在演示文稿中说“使用fetch()确实会阻塞你的 DOM”。
谁能告诉我它是两者中的哪一个?
它显示一个错误:
Could not find a declaration file for the module
'@antmedia/webrtc_adaptor/js/webrtc_adaptor.js'.
'D:/web/node_modules/@antmedia/webrtc_adaptor/js/webrtc_adaptor.js'
implicitly has an 'any' type.
Try `npm i --save-dev @types/antmedia__webrtc_adaptor`
if it exists or add a new declaration (.d.ts) file containing
`declare module '@antmedia/webrtc_adaptor/js/webrtc_adaptor.js';`
Run Code Online (Sandbox Code Playgroud)
此处参考图片: https: //i.stack.imgur.com/JKQdR.png
javascript ×3
angular ×1
atom-editor ×1
babun ×1
cygwin ×1
debugging ×1
dom ×1
ecmascript-6 ×1
fetch-api ×1
node.js ×1
nodemon ×1
oh-my-zsh ×1
promise ×1
text-editor ×1
typescript ×1
zsh ×1
zshrc ×1