brightZoe

Results 5 comments of brightZoe

@jaywcjlove > @brightzoe 看你报错信息,你应该申请 akey 然后需要什么权限? 我看都是百度资源报错。 文档中也是报错的。(https://uiwjs.github.io/react-baidu-map/#/map-type-control) ![image](https://user-images.githubusercontent.com/17716768/109092563-bb198400-7751-11eb-9e55-685ccfafa7a4.png) 我的akey地图&&卫星都是正常的,和文档情况一致。未发现需要什么另外的权限。

npm start 在package.json里对应的是`docsify start .` 在docsify start后面对应的应该是你的docs的路径。 如果把docs/与package.json 放在同一级,你启动项目的cli应该是 `docsify start ./docs` ,修改package.json的对应片段即可。

node-sass导致的,卸载了node-sass,装dart-sass就好了 npm uninstall node-sass npm install sass -D

same as me. 已经不能用了

> `npm run` requires the extra `--` to pass extra arguments. Has this changed? This isn't required for Yarn though. Yes, you're right about the behavior of npm run and...