Npm installation issues
Whenever I try to install any npm package I always get some errors like 16 vulnerabilities and some critical errors which is so much annoying that every time I work everything goes wrong I really don’t know what to do I have tried the mpn audit functions as well as all the fix functions clean the kj and all things still it is having the same issue.
.
The build time displayed by the js file generated by npm build is inconsistent with the system time zone
jenkins@71d539d1d825:/tmp/tmp/exchange-h5$ head -1 dist/assets/details-BKMtEiDY.js /* Bundle Time: Mon Dec 16 2024 10:03:35 GMT+0000 (Coordinated Universal Time) */ jenkins@71d539d1d825:/tmp/tmp/exchange-h5$ date Mon Dec 16 18:15:27 CST 2024 Why the time zone of the js file is inconsistent with the system time zone, I want to know where the time zone of the js file comes from, I […]
Unable to update @typescript-eslint dependencies to latest version
When updating npm packages manually I’m using the following command
@solana/web3.js Cannot find module ‘rpc-websockets/dist/lib/client’
In my node.js project I have “@raydium-io/raydium-sdk”: “^1.3.1-beta.52” dependency, and it has this deps:
creating your own library please
good evening, I wanted to ask if someone can help me solve this error I have when creating my own npm library and publishing it. I have it published correctly, but I leave it below.
my package.json that I post the error is:
I am facing that error, even though I have already have dev in my package.json
PS C:UsersuserDesktopQUIZ-ONLINE> npm run dev npm ERR! Missing script: “dev” npm ERR! npm ERR! To see a list of scripts, run: npm ERR! npm run npm ERR! A complete log of this run can be found in: C:UsersuserAppDataLocalnpm-cache_logs2024-05-02T17_10_08_475Z-debug-0.log Tried to troubleshoot, not working. javascript npm New contributor Ronald MUGABO is a new contributor to this […]