ITADN

Creating new app - Warnings on deprecated packages

#2030Opensullivanrs 创建于 2025-09-20
S
sullivanrscommented
Creating new app on Windows get warnings of use of deprecated packages - inflight and glob. Warned of memory leak on inflight and advised not to use ``` C:\Users\[...]\coding\observable-framework>npx "@observablehq/framework@latest" create Need to install the following packages: @observablehq/framework@1.13.3 Ok to proceed? (y) npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported ┌ observable create v1.13.3 │ ◆ Welcome to Observable Framework! 👋 This command will help you create a new app. │ When prompted, you can press Enter to accept the default value. │ │ Want help? https://observablehq.com/framework/getting-started │ ◆ Where should we create your project? │ .\hello-framework └ ```
0 条评论