【发布时间】:2022-01-16 13:47:19
【问题描述】:
我已按照说明通过npm page ....按照以下说明安装 react-native-twitter-lite:
npm install twitter-lite
....然后在 app.js 上:
import Twitter from 'twitter-lite';
const twtClient = new Twitter({
consumer_key: 'xxxx',
consumer_secret: 'xxxx',
});
...我收到错误 Unable to resolve module crypto from node_modules\twitter-lite\dist\twitter.js: crypto could not be found within the project
...即使我可以看到文件 node_modules\twitter-lite\dist\twitter.js 存在
【问题讨论】:
-
你使用的是什么节点版本?
标签: react-native