You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been encountering an issue when trying to build my project that uses the twitter-api-v2 package. The error message I'm receiving is:
Cannot get final name for export 'ApiRequestError' of ./node_modules/twitter-api-v2/dist/esm/types/index.js
I already tried updating the package to the latest version but it still shows the same error. The feature works though it's just that the build process doesn't go through because of the error.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone,
I've been encountering an issue when trying to build my project that uses the twitter-api-v2 package. The error message I'm receiving is:
Cannot get final name for export 'ApiRequestError' of ./node_modules/twitter-api-v2/dist/esm/types/index.js
I already tried updating the package to the latest version but it still shows the same error. The feature works though it's just that the build process doesn't go through because of the error.
I'm using Next JS version 14.2.2.
Hope you can help me, thanks!
Beta Was this translation helpful? Give feedback.
All reactions