-
Notifications
You must be signed in to change notification settings - Fork 182
Open
Labels
bugSomething isn’t workingSomething isn’t working
Description
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/[email protected]
Ok to proceed? (y)
npm warn deprecated [email protected]: 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 [email protected]: 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
└
Metadata
Metadata
Assignees
Labels
bugSomething isn’t workingSomething isn’t working