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

cannot build new project #509

Closed
infokartasplit opened this issue Jul 20, 2022 · 1 comment
Closed

cannot build new project #509

infokartasplit opened this issue Jul 20, 2022 · 1 comment
Assignees
Labels

Comments

@infokartasplit
Copy link

git clone --recursive -j8 https://github.com/ghettovoice/vuelayers.git
cd vuelayers

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm start

# build for production
npm run build

# run unit tests
npm run test:unit

# run e2e tests
npm run test:e2e

# run all tests
npm test

npm install reports conflicts

if i npm install --force it installs node_modules but it reports errors that it cant load stuff from @types/ol
it doesnt work.

ghettovoice added a commit that referenced this issue Jul 31, 2022
ghettovoice added a commit that referenced this issue Jul 31, 2022
@ghettovoice
Copy link
Owner

Hello @infokartasplit
There was an issue with dropped out enum types in the ol package.
The issue has fixed in v0.12.4, upgrade pls.

NOTE: if you want build vuelayers from sources, currently you should use --legacy-peer-deps with npm install/npm update commands, because some of dependencies are compatible but still have an old peer requirements.

@ghettovoice ghettovoice self-assigned this Jul 31, 2022
ghettovoice added a commit that referenced this issue Aug 11, 2022
ghettovoice added a commit that referenced this issue Aug 11, 2022
- fix dependency issues #508, #509, #510
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants