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

[Bug] update package.json #9

Open
goldstark opened this issue Sep 21, 2022 · 2 comments
Open

[Bug] update package.json #9

goldstark opened this issue Sep 21, 2022 · 2 comments

Comments

@goldstark
Copy link

Version

3

Reproduction link

https://github.com/creativetimofficial/ct-vue-soft-ui-dashboard-pro/issues/new

Operating System

macos

Device

laptop

Browser & Version

chrome

Steps to reproduce

{
"name": "vue-soft-ui-dashboard-pro",
"version": "3.0.0",
"private": true,
"author": "Creative Tim",
"license": "SEE LICENSE IN https://www.creative-tim.com/license",
"description": "VueJS version of Soft UI Dashboard PRO by Creative Tim",
"homepage": "https://demos.creative-tim.com/vue-soft-ui-dashboard-pro/",
"bugs": {
"url": "https://github.com/creativetimofficial/ct-vue-soft-ui-dashboard-pro/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/creativetimofficial/ct-vue-soft-ui-dashboard-pro.git"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.2.0",
"@fortawesome/free-brands-svg-icons": "6.2.0",
"@fortawesome/free-regular-svg-icons": "6.2.0",
"@fortawesome/free-solid-svg-icons": "6.2.0",
"@fortawesome/vue-fontawesome": "3.0.1",
"@fullcalendar/core": "5.11.3",
"@fullcalendar/daygrid": "5.11.3",
"@fullcalendar/interaction": "5.11.3",
"@fullcalendar/timegrid": "5.11.3",
"@popperjs/core": "2.11.6",
"axios": "^0.27.2",
"bootstrap": "5.2.1",
"chart.js": "3.9.1",
"choices.js": "10.1.0",
"core-js": "^3.6.5",
"dragula": "3.7.3",
"dropzone": "6.0.0-beta.2",
"file-loader": "^6.2.0",
"jkanban": "1.3.1",
"leaflet": "1.8.0",
"moment": "^2.29.4",
"photoswipe": "5.3.2",
"quill": "1.3.7",
"round-slider": "1.6.1",
"simple-datatables": "3.2.2",
"three": "0.144.0",
"vue": "3.2.39",
"vue-count-to": "1.0.13",
"vue-flatpickr-component": "9.0.6",
"vue-round-slider": "1.0.1",
"vue-router": "^4.0.13",
"vue-star-rating": "2.1.0",
"vue-sweetalert2": "5.0.5",
"vue-tilt.js": "1.1.1",
"vue3-openlayers": "^0.1.70",
"vuejs-paginate-next": "^1.0.2",
"vuex": "4.0.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-router": "5.0.8",
"@vue/cli-service": "5.0.8",
"@vue/compiler-sfc": "3.2.39",
"@vue/eslint-config-prettier": "7.0.0",
"babel-eslint": "10.1.0",
"eslint": "8.23.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-vue": "9.5.1",
"prettier": "2.7.1",
"sass": "1.54.9",
"sass-loader": "13.0.2"
}
}

What is expected?

i expect to compile project

What is actually happening?

i have error during compilation, need some *.cjs files


Solution

i try to search in stackoverflow,
may be add type:module in config file but failed,

Error while loading config - You appear to be using a native ECMAScript module configuration file (Jest)
...
it is just a config to compile

Additional comments

@sajadevo
Copy link
Collaborator

Hi @goldstark,

Could you please send me the error message image.

Regards,
Sajad

@goldstark
Copy link
Author

goldstark commented Oct 1, 2022 via email

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

No branches or pull requests

2 participants