Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm 6.14.15 doesn't support branch for dependencies #18

Open
offtherailz opened this issue Nov 9, 2021 · 2 comments
Open

npm 6.14.15 doesn't support branch for dependencies #18

offtherailz opened this issue Nov 9, 2021 · 2 comments

Comments

@offtherailz
Copy link
Member

offtherailz commented Nov 9, 2021

c105-cgd works using 6.14.13 , doesn't work using npm 6.14.15

"dependencies": {
    "mapstore": "git+https://github.com/geosolutions-it/MapStore2.git#c105-cgd",
    "leaflet-rotatedmarker": "0.2.0",
    "react-checkbox-tree": "^1.7.1"
  },

Tested by @sycured on CI servers.
Need to check if it is a regression of npm or a change of API.

@offtherailz
Copy link
Member Author

offtherailz commented Nov 9, 2021

@sycured can you confirm the problematic version is the one indicated ?

@sycured
Copy link

sycured commented Nov 9, 2021

@sycured can you confirm the problematic version is the one indicated ?

Yes, it was exactly with node 14.18.1 / npm 6.14.15

CI fixed downgrading to node 14.17.0 / npm 6.14.13

Note: CI server uses nvm to have node/npm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants