fabric8-analytics-vscode-extension
fabric8-analytics-vscode-extension copied to clipboard
npm error code ELSPROBLEMS
trafficstars
(my english is bad)
In ".../exhort_xxx", the package-lock.json version and package names beginning with ../../ in the "version" field and "packages" but the problem is the path is incorrect, missing one "../" in the path
my $TMPDIR was "var/folders/xq/XXXX/T" but the generated path code look like this "file:../../../../../../private/var/folders/xq/XXXX/T/exhort_xxx"
After I change my $TMPDIR from "/var/folders/xq/XXXX/T/" to "/private/var/folders/xq/XXXX/T/" and reinstall extension. It started working well.
my default $TMPDIR was "var/folders/xq/XXXX/T" I'm using Mac book air m1 13 sonoma 14.5