将 sp-dialog 与 react 项目一起使用时出错
Posted
技术标签:
【中文标题】将 sp-dialog 与 react 项目一起使用时出错【英文标题】:Error While using sp-dialog with react project 【发布时间】:2018-09-12 12:23:08 【问题描述】:我有一个正在运行的加载 ListView 的 tsx 文件。该项目加载正常。我运行了以下命令
npm install @microsoft/sp-dialog
然后在 tsx 中添加如下 import 语句。
import SPHttpClient from '@microsoft/sp-http';
当我使用 gulp build 时,我收到以下错误。
_Error - typescript - node_modules\@microsoft\sp-dialog\node_modules\@microsoft\sp-core-library\lib\deferredCl ass\DeferredClass.d.ts(25,24): 错误 TS1005: ';'预期。_
我可以看到错误指向 DeferredClass.ts 文件中的 abstract 关键字。我怎样才能解决这个问题?
【问题讨论】:
运行 npm install 你试过@VindhyachalKumar 的回答吗? 【参考方案1】:您可能只是将命令和代码输入错误,但如果不是......
你需要删除@和microsoft之间的空格
【讨论】:
以上是关于将 sp-dialog 与 react 项目一起使用时出错的主要内容,如果未能解决你的问题,请参考以下文章
如何将 Autodesk Forge 扩展与 React.js 一起使用?
如何将 React Context API 与 useReducer 一起使用以遵循与 Redux 类似的风格 [关闭]
无法使 react-hot-loader 和 webpack-dev-server 与 react-router 一起工作