Skip to content
New issue

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

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

Already on GitHub? # to your account

Running or Building the Example Vue app fails due to an error with Colorette #12

Closed
DominicFinn opened this issue Sep 7, 2020 · 2 comments
Labels
invalid This doesn't seem right

Comments

@DominicFinn
Copy link

Ive cloned the example, ran npm install followed by npm run serve or npm run build and recieve the following error:

ERROR  Error: Package exports for '/Users/dominicfinn/git/github/unidays-connect/src/vue/node_modules/colorette' do not define a valid '.' target

Reading in this a little more I'd followed this issue in colorette jorgebucaran/colorette#49 (comment) which leads down to postcss/autoprefixer#1353 (comment)

At the moment the solution appears to be just not using node v 13.

@jimgolfgti
Copy link
Contributor

Cannot recreate, tried with
node: 14.9.0, npm: 6.14.8 (Current)
node: 13.14.0, npm: 6.14.4 (Previous)
node: 12.14.3, npm: 6.14.6 (LTS)

In all attempts the project built and ran successfully.

Please post exact versions you are using.

Steps followed when attempting to recreate.

nvm install M.m.p
nvm use M.m.p
npm install -g @vue/cli
npm ci
npm run build

@jimgolfgti jimgolfgti added the invalid This doesn't seem right label Sep 9, 2020
@jimgolfgti
Copy link
Contributor

Closing as this is not an issue directly with example / cannot recreate

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
invalid This doesn't seem right
Development

No branches or pull requests

2 participants