We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
see osmlab/name-suggestion-index#6014 for details, but basically:
Node is now (since v16.14+) requiring "assert" syntax when importing JSON as a module.
import fileJSON from 'file.json' assert {type: 'json'};
So this is an issue to:
The text was updated successfully, but these errors were encountered:
2bc6c4f
Just did this today - reminder that everyone working on this project probably now needs to upgrade their node.
nvm install 16.14 nvm alias default 16.14
Sorry, something went wrong.
No branches or pull requests
see osmlab/name-suggestion-index#6014 for details, but basically:
Node is now (since v16.14+) requiring "assert" syntax when importing JSON as a module.
So this is an issue to:
The text was updated successfully, but these errors were encountered: