腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
TypeScript
找不到
名称
“
hideInstallPromotion
”
我正在按照这个指南安装一个带按钮的PWA,但是
TypeScript
不喜欢
hideInstallPromotion
()import[loading, setLoading] = useState(false); setLoading(true);
hideInstallPromotion
浏览 8
提问于2021-02-19
得票数 0
回答已采纳
1
回答
开始使用VS213 + dojo +类型记录
、
我从NuGet安装了NuGet 还是满脸通红,“
找不到
名字定义”。
浏览 3
提问于2014-12-08
得票数 0
回答已采纳
1
回答
TypeScript
找不到
名称
“窗口”
、
、
.");
TypeScript
给出了转换错误Cannot find name 'window'。
浏览 3
提问于2017-03-22
得票数 1
1
回答
Typescript
找不到
名称
'functionName‘
、
、
我已经包含了这些类型,并引用了它们。我不确定类型是否正确,因为我不知道如何编写它们。但我是这样做的:geometry: polylabel(feat.geometry.coordinates) declare module "polylabel" { * Polylabel returns the pole of inaccessibility coordinate in [x, y] format.
浏览 7
提问于2017-08-17
得票数 0
2
回答
TypeScript
找不到
名称
Weakmap
、
我在VS中使用
TypeScript
1.6,当我尝试使用WeakMap时,我发现
typescript
无法识别
名称
WeakMap。
浏览 0
提问于2015-10-05
得票数 4
1
回答
TypeScript
-
找不到
名称
'process‘
、
、
我已经全局安装了
typescript
和ts-node。我也在我的devDependencies中安装了@types/node,但是我仍然得到一个问题“
找不到
名称
‘进程’。你需要为节点安装类型定义吗?
浏览 839
提问于2021-04-22
得票数 0
2
回答
Typescript
找不到
名称
'IterableIterator‘
、
我在tsc编译后,我在
typescript
中的代码有问题,我有关于
找不到
一些名字的错误。
浏览 0
提问于2016-07-17
得票数 15
回答已采纳
1
回答
TypeScript
找不到
名称
“describe”
、
我擦除了node_module,重新安装了它,安装了最新的
typescript
版本,但我仍然有这个错误:Cannot find name 'describe',Cannot find name 'beforeEach
浏览 37
提问于2017-12-13
得票数 2
回答已采纳
1
回答
Typescript
找不到
名称
'Firebase‘
、
、
在尝试构建包含angularfire2和firebase的项目时,我遇到了
typescript
错误。
浏览 0
提问于2016-05-31
得票数 1
1
回答
找不到
名称
'keyof‘
、
我试图在
typescript
中使用keyof关键字,但似乎
找不到
它。我正在和angular 7.2.2一起使用
typescript
3.5.2,提前谢谢。static ListObjectProperties(): string[] { return array;} 我收到“
找不到
名称
浏览 86
提问于2019-07-19
得票数 4
回答已采纳
1
回答
棱角2型标编译错误TS2304?
、
在我的所有组件定义中为module.id的所有引用构建类型记录时出现错误的module.id。定义如下: selector: 'sd-app', templateUrl: './app.component.html', providers: [AuthService]
浏览 4
提问于2016-03-30
得票数 2
回答已采纳
2
回答
在Ionic 2项目中导入单个第三方javascript文件时出现
Typescript
错误
、
、
我是Angular 2的新手,我非常确定主页
typescript
文件不知道在index.html中声明的全局变量swifft和swiffyobjectvar stage = new windowdocument.getElementById('swiffycontainer'),window["swiffyobject");stage.start();没有
Typescript
浏览 9
提问于2017-03-31
得票数 1
1
回答
TypeScript
:
找不到
名称
异步/等待
、
我使用的是
typescript
@next,我想将代码编译成es5,但是每次我使用async或await关键字时,编译器都会出现错误,并显示以下消息:}console.log(await asyncFn()) 这样的事情即使用
typescript
浏览 4
提问于2016-11-03
得票数 23
回答已采纳
2
回答
TypeScript
抱怨:
找不到
名称
“通知”
、
、
我使用的是VS 2017和TS 2.2.1declare var Notification
浏览 0
提问于2017-03-16
得票数 11
2
回答
Typescript
错误:
找不到
名称
'cordova‘
、
、
、
、
import {NavController, Platform, AlertController} from 'ionic-angular';import {File} from '@ionic-native/file'; selector: 'page-about'
浏览 4
提问于2017-05-24
得票数 3
回答已采纳
3
回答
Typescript
错误
找不到
名称
‘google’
、
、
、
、
Typescript
: C:/ionic/restaurante/IESAljada/src/components/google-map/google-map.ts, line: 22 L21:
浏览 0
提问于2018-05-31
得票数 1
1
回答
Typescript
:
找不到
名称
谓词
我已经创建了这个文件Perdicate.ts not(): Predicate;到Query.ts中 getWhere(): Predicate;我得到了这个编译器错误:Query.ts和Predicate.ts位于同一文件夹中。
浏览 0
提问于2017-11-20
得票数 0
3
回答
Typescript
错误:
找不到
名称
'Promise‘
、
、
console.log(error); this.error = error; }) 尽管应用程序本身工作正常,但
Typescript
浏览 2
提问于2016-09-07
得票数 1
3
回答
Typescript
:
找不到
需要的
名称
"author": "Jordi Cabré", "dependencies": { "
typescript
浏览 2
提问于2018-02-03
得票数 2
3
回答
typescript
错误-
找不到
名称
'process‘
、
、
我正在使用express+
typescript
设置一个新项目,但遇到了
typescript
错误-
找不到
名称
'processs‘ package.json "nodemon": "^1.18.7", "
t
浏览 45
提问于2018-11-29
得票数 27
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
2024该学会发布npm私有包啦
从React迁移到TypeScript:忍受了15年的JavaScript错误从此走远
【行业资讯】TypeScript 5.1 正式发布
函数返回值类型优化,JSX增强,TypeScript 5.1 发布!
TypeScript 3.6发布,新功能尝鲜看
热门
标签
更多标签
云服务器
ICP备案
对象存储
腾讯会议
云直播
活动推荐
运营活动
广告
关闭
领券