This project is deprecated. Please use https://github.com/getappmap/appmap-node/ to record Node.js applications.
28
stars
8
forks
source link
`appmap-agent-js` cannot be run without first being installed to a project #133
Open
dustinbyrne opened 2 years ago
To recreate, run
npx @appland/appmap-agent-js
from a directory that does not contain a Node project, e.g. the home directory:This looks suspiciously like: https://github.com/getappmap/appmap-agent-js/blob/main/components/setup/node/index.mjs#L125-L129
Requiring ourselves by name will fail unless the name is resolvable (and presumably isn't outside of a Node project).