Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeprecationWarnings while installing the extension #94

Open
androsland opened this issue Nov 13, 2019 · 2 comments
Open

DeprecationWarnings while installing the extension #94

androsland opened this issue Nov 13, 2019 · 2 comments

Comments

@androsland
Copy link

I got the following warnings while installing the extension:

Installing extensions...
(node:9532) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(node:9532) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
Extension 'robotmon-vscode-1.5.1.vsix' was successfully installed.
@androsland
Copy link
Author

androsland commented Nov 13, 2019

Also this warning after vsce package:
warning package.json: No license field

@poi5305
Copy link
Collaborator

poi5305 commented Nov 16, 2019

Did you install dependences? Run yarn install first.
Then run npm run build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants