We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ive cloned the example, ran npm install followed by npm run serve or npm run build and recieve the following error:
npm install
npm run serve
npm run build
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Closing as this is not an issue directly with example / cannot recreate
No branches or pull requests
Ive cloned the example, ran
npm install
followed bynpm run serve
ornpm run build
and recieve the following error: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.
The text was updated successfully, but these errors were encountered: