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
The project should be able to import and use JSON files without any issues in Node.js v22. The use of assert { type: 'json' } for importing JSON files should be updated to ensure compatibility with Node.js v22.
Specifications
Compatibility: The project must be fully compatible with Node.js v22.
JSON Import: The method for importing JSON files should not use the deprecated assert { type: 'json' } syntax.
Environment
Node.js Version: v22.5.1
The text was updated successfully, but these errors were encountered:
Expected Behavior
The project should be able to import and use JSON files without any issues in Node.js v22. The use of assert { type: 'json' } for importing JSON files should be updated to ensure compatibility with Node.js v22.
Specifications
Compatibility: The project must be fully compatible with Node.js v22.
JSON Import: The method for importing JSON files should not use the deprecated assert { type: 'json' } syntax.
Environment
Node.js Version: v22.5.1
The text was updated successfully, but these errors were encountered: