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
sometimes when i do that yarn install xxx packge from my verdaccio, then i got xxx packge in my node_modules,which is not the latest version,but previous version.weird
#4011
Your Environment
node version [v16.17.0]:
package manager: [[email protected]]
os: [windows@10]
platform: [vscode]
Describe the bug
sometimes when i do that yarn install xxx packge from my verdaccio, then i got xxx packge in my node_modules,which is not the latest version,but previous version.weird.
unbelievable!
Hope i got right version about my xxx packge from mine verdaccio.
Of source i need to say nothing wrong with my package.json,like blow. { "name": "dg-project", "version": "1.0.0", "description": "", "main": "rollup.config.build.js", "type": "module", "scripts": { "build": "rollup -c", "dev": "rollup -w -m -c rollup.config.dev.js" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "xxx": "^1.2.110", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.1.0", "rollup": "^3.26.1", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-livereload": "^2.0.5", "rollup-plugin-replace": "^2.2.0", "rollup-plugin-serve": "^2.0.2" } }
You can see my xxx packge minimum version is 1.2.110,but actually finally i got 1.2.0.
I don't know why To Reproduce
Expected behavior
Hope i got right version about my xxx packge from mine verdaccio.
This discussion was converted from issue #4010 on September 06, 2023 18:01.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Your Environment
node version [v16.17.0]:
package manager: [[email protected]]
os: [windows@10]
platform: [vscode]
Describe the bug
sometimes when i do that yarn install xxx packge from my verdaccio, then i got xxx packge in my node_modules,which is not the latest version,but previous version.weird.
unbelievable!
Hope i got right version about my xxx packge from mine verdaccio.
Of source i need to say nothing wrong with my package.json,like blow.
{ "name": "dg-project", "version": "1.0.0", "description": "", "main": "rollup.config.build.js", "type": "module", "scripts": { "build": "rollup -c", "dev": "rollup -w -m -c rollup.config.dev.js" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "xxx": "^1.2.110", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.1.0", "rollup": "^3.26.1", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-livereload": "^2.0.5", "rollup-plugin-replace": "^2.2.0", "rollup-plugin-serve": "^2.0.2" } }
You can see my xxx packge minimum version is 1.2.110,but actually finally i got 1.2.0.
I don't know why
To Reproduce
Expected behavior
Hope i got right version about my xxx packge from mine verdaccio.
Screenshots, server logs, package manager log
Environment information
vscode ide
Beta Was this translation helpful? Give feedback.
All reactions