【问题标题】:Any way to use pandorabots node module with Nativescript?有什么方法可以将 pandorabots 节点模块与 Nativescript 一起使用?
【发布时间】:2018-09-03 17:25:40
【问题描述】:

他们有一个Pandorabots API module for Node.js。安装并运行应用程序后,我得到找不到模块'fs'。感谢您提供任何见解。

【问题讨论】:

    标签: node.js npm nativescript node-modules


    【解决方案1】:

    感谢提问

    我研究了整个 pandorabots 文档,但没有像您遇到任何错误,我给定的代码只能解决“fs”的问题

    如果你有兴趣,你可以使用它

    $ npm install fs --save 
    
    var fs =require('fs');
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2022-12-12
      • 1970-01-01
      • 2016-09-27
      • 1970-01-01
      • 2020-01-13
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多