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

Set engine in package.json #6993

Closed
SunBlack opened this issue Sep 1, 2018 · 0 comments · Fixed by #10399
Closed

Set engine in package.json #6993

SunBlack opened this issue Sep 1, 2018 · 0 comments · Fixed by #10399

Comments

@SunBlack
Copy link

SunBlack commented Sep 1, 2018

Currently nowhere is defined which version of nodejs at minimum is required by cesium. This can be defined in package.json as engine .

With node.js 10 you get following following message:
[DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
If we fix this, we don't support node.js 6 anymore, even node.js is still maintained as LTS version. So if we define a minimum version every developer knows if Cesium should still support old version or not.

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

Successfully merging a pull request may close this issue.

2 participants