plugin-samples icon indicating copy to clipboard operation
plugin-samples copied to clipboard

Error : 'console' was also declared here.

Open ankit-virani opened this issue 4 years ago • 1 comments

Hi, I am facing an issue while using this package for Figma plugin and the following is the error I am facing

node_modules/@figma/plugin-typings/index.d.ts:11:9 11 const console: Console ~~~~~~~ 'console' was also declared here.

Versions are Node: 17 NPM: 8 Typescript: 4.4

open for suggestion

ankit-virani avatar Dec 23 '21 09:12 ankit-virani

Hey I'm also having this issue - followed the steps in the docs very closely and upon completion of the 'Bundling with Webpack' section I'm getting this error.

BranonConor avatar Jan 06 '22 22:01 BranonConor