tw-elements issues in package.json
according to the getting started guide. we're doin it wrong. fix so that this:
~/NextCloud/Git_Repos/Wolfspyre.io/docker/wplblog (wplblog)$ npm run fullinstall
> wolfspyrelabs-hugo@2.7.7b fullinstall
> npm install rimraf && npm run preinstall && npm install && npm run postinstall
up to date, audited 644 packages in 798ms
113 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
> wolfspyrelabs-hugo@2.7.7b preinstall
> rimraf assets/vendor
> wolfspyrelabs-hugo@2.7.7b preinstall
> rimraf assets/vendor
> wolfspyrelabs-hugo@2.7.7b postinstall
> vendor-copy
Failed to install vendor modules: [
[Error: ENOENT: no such file or directory, stat '/Users/loiosh/NextCloud/Git_Repos/Wolfspyre.io/docker/wplblog/node_modules/tw-elements/dist/js/tw-elements.umd.min.js.map'] {
errno: -2,
code: 'ENOENT',
syscall: 'stat',
path: '/Users/loiosh/NextCloud/Git_Repos/Wolfspyre.io/docker/wplblog/node_modules/tw-elements/dist/js/tw-elements.umd.min.js.map'
}
]
npm ERR! code 1
npm ERR! path /Users/loiosh/NextCloud/Git_Repos/Wolfspyre.io/docker/wplblog
npm ERR! command failed
npm ERR! command sh -c vendor-copy
npm ERR! A complete log of this run can be found in: /Users/loiosh/.npm/_logs/2024-03-21T05_25_07_428Z-debug-0.log