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
{{ message }}
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
PowerShell 7.3.6
PS D:\Code\Code Institute\PP4_masterclass> npm install --save-dev appmap-agent-js
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/appmap-agent-js - Not found
npm ERR! 404
npm ERR! 404 'appmap-agent-js@*' is not in this registry.
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in: C:\Users\%USER%\AppData\Local\npm-cache\_logs\2023-07-27T12_33_06_201Z-debug-0.log
PS D:\Code\Code Institute\PP4_masterclass> yarn add --dev appmap-agent-js
yarn add v1.22.19
warning ..\..\package.json: No license field
info No lockfile found.
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn.
It is advised not to mix package managers in order
to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove
package-lock.json.
[1/4] Resolving packages...
error An unexpected error occurred: "https://registry.yarnpkg.com/appmap-agent-js: Not found".
info If you think this is a bug, please open a bug
report with the information provided in "D:\\Code\\Code Institute\\PP4_masterclass\\yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
PS D:\Code\Code Institute\PP4_masterclass>
I have a @latest version systems patching process that keeps all my dependencies at the latest on Windows (I use WinGetUI, and it updates regularly), so can level up all my programs' systems wide for security and consistency.
So, I will need some support about setting up a side-by-side Node 18 and Node 20 config (does it work like Java and discern which version?) as I would hesitate to downgrade to an older variant and the break my other dependencies that are tuned for Node 20.
If you have a beta version for Node 20, that is another approach for me, so don't have to downgrade a system-wide install,
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On run of installer, after afresh reinstall of PyCharm 2023.2 (or a run of Webstorm) on Windows 10 | npm 9.6.7 | node 20.3.0
Step: to install the AppMap agent, I get
I have tried to NPM install (local|globally) canvas and still get the same error
The text was updated successfully, but these errors were encountered: