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
Every time I specify the version, change it, a new module gets added in deno.lock. Example when I change in the vite.config.mjs file the import import 'npm:preact to npm:preact@^10.11, then in the deno.lock file I have the following: "npm": { "specifiers": { "preact": "[email protected]", "preac": "[email protected]" } }
and same under npm packages: "[email protected]": { "integrity": "sha512-skAwGDFmgxhq1DCBHke/9e12ewkhc7WYwjuhHB8HHS8zkdtITXLRmUMTeol2ldxvLwYtwbFeifZ9uDDWuyL4Iw==", "dependencies": {} }, "[email protected]": { "integrity": "sha512-eY93IVpod/zG3uMF22Unl8h9KkrcKIRs2EGar8hwLZZDU1lkjph303V9HZBwufh2s736U6VXuhD109LYqPoffg==", "dependencies": {} },
Is this a bug or am I doing something wrong?
And why is there also react package when I created a preact project?
The text was updated successfully, but these errors were encountered:
Every time I specify the version, change it, a new module gets added in deno.lock. Example when I change in the
vite.config.mjs
file the importimport 'npm:preact
tonpm:preact@^10.11
, then in the deno.lock file I have the following:"npm": { "specifiers": { "preact": "[email protected]", "preac": "[email protected]" } }
and same under npm packages:
"[email protected]": { "integrity": "sha512-skAwGDFmgxhq1DCBHke/9e12ewkhc7WYwjuhHB8HHS8zkdtITXLRmUMTeol2ldxvLwYtwbFeifZ9uDDWuyL4Iw==", "dependencies": {} }, "[email protected]": { "integrity": "sha512-eY93IVpod/zG3uMF22Unl8h9KkrcKIRs2EGar8hwLZZDU1lkjph303V9HZBwufh2s736U6VXuhD109LYqPoffg==", "dependencies": {} },
Is this a bug or am I doing something wrong?
And why is there also react package when I created a preact project?
The text was updated successfully, but these errors were encountered: