# Node

- [CommonJS模块导出方式对比](https://ougege.gitbook.io/blog/docs/articles/node/commonjs-mo-kuai-dao-chu-fang-shi-dui-bi.md)
- [Taro command not found 多平台解决方案](https://ougege.gitbook.io/blog/docs/articles/node/taro-command-not-found-duo-ping-tai-jie-jue-fang-an.md)
- [koa使用和API实现](https://ougege.gitbook.io/blog/docs/articles/node/koa-shi-yong-he-api-shi-xian.md)
- [node安装报错Unexpected-token](https://ougege.gitbook.io/blog/docs/articles/node/node-an-zhuang-bao-cuo-unexpectedtoken.md)
- [使用nvm或者fnm和nrm](https://ougege.gitbook.io/blog/docs/articles/node/shi-yong-nvm-he-nrm.md)
- [使用uniapp给小程序添加云函数](https://ougege.gitbook.io/blog/docs/articles/node/shi-yong-uniapp-gei-xiao-cheng-xu-tian-jia-yun-han-shu.md)
- [使用verdaccio搭建本地npm仓库](https://ougege.gitbook.io/blog/docs/articles/node/shi-yong-verdaccio-da-jian-ben-di-npm-cang-ku.md)
- [使用vue-cli搭建vue项目](https://ougege.gitbook.io/blog/docs/articles/node/shi-yong-vuecli-da-jian-vue-xiang-mu.md)
- [安装Node.js和npm配置](https://ougege.gitbook.io/blog/docs/articles/node/an-zhuang-node.js-he-npm-pei-zhi.md)
- [编译成cjs和mjs的思路解析](https://ougege.gitbook.io/blog/docs/articles/node/bian-yi-cheng-cjs-he-mjs-de-si-lu-jie-xi.md)
- [让你的npmPackage同时支持cjs和mjs](https://ougege.gitbook.io/blog/docs/articles/node/rang-ni-de-npmpackage-tong-shi-zhi-chi-cjs-he-mjs.md)
- [通过GithubAction将内容部署到vps](https://ougege.gitbook.io/blog/docs/articles/node/tong-guo-githubaction-jiang-nei-rong-bu-shu-dao-vps.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ougege.gitbook.io/blog/docs/articles/node.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
