Our blazing fast Grid component built with pure JavaScript


Post by abnercolli »

Still getting trial error can you please help me? Already run.
https://bryntum.com/products/schedulerpro/docs/guide/SchedulerPro/npm-repository#project-cleanup. And in other browsers cleaning cache and nothing.

Attachments
Screenshot 2023-12-14 at 12.50.07 p.m..png
Screenshot 2023-12-14 at 12.50.07 p.m..png (73.69 KiB) Viewed 3575 times

Post by alex.l »

Hi abnercolli,

Could you please share some context? Am I right that you bought a license but have this message?
Did you try to remove package-lock.json and node_modules and re-built the project?
Please attach package.json you used in your project.

All the best,
Alex


Post by abnercolli »

Yeah Im using yarn, and I did remove my node_modules folder. I'm still using trial version and want to use keep using it.

{
  "name": "hudu",
  "private": true,
  "dependencies": {
    "@bryntum/grid": "npm:@bryntum/grid-trial@5.6.3",
    "@bryntum/grid-vue": "^5.6.3",
    "@innologica/vue-dropdown-menu": "^0.1.4",
    "@johmun/vue-tags-input": "^2.1.0",
    "@mapbox/mapbox-gl-geocoder": "5.0.1",
    "@popperjs/core": "^2.4.0",
    "@rails/ujs": "^6.0.0-alpha",
    "@tinymce/tinymce-vue": "^4",
    "apexcharts": "^3.42.0",
    "axios": "^0.21.2",
    "core-js": "3.32.2",
    "crypto-browserify": "^3.12.0",
    "crypto-js": "^4.2.0",
    "css-loader": "^6.7.1",
    "dayjs": "^1.11.10",
    "flatpickr": "^4.6.3",
    "floating-vue": "^1.0.0-beta.19",
    "hacktimer": "^1.1.3",
    "highlight.js": "^10.4.1",
    "html5-qrcode": "^2.3.8",
    "lodash": "^4.17.11",
    "mapbox-gl": "^2.15.0",
    "mini-css-extract-plugin": "^2.6.0",
    "moment": "^2.29.4",
    "papaparse": "^5.0.0",
    "rails-ujs": "^5.2.2",
    "sass-loader": "^12.6.0",
    "swagger-ui": "5.4.2",
    "tinymce": "^6.7.1",
    "to-string-loader": "^1.1.6",
    "v-calendar": "^1.0.0-beta.23",
    "v-click-outside": "^2.1.3",
    "v-tooltip": "^2.1.3",
    "vue": "^2.7.14",
    "vue-apexcharts": "^1.5.1",
    "vue-country-region-select": "^2.0.10",
    "vue-debounce": "^1.3.0",
    "vue-easy-pie-chart": "^1.0.3",
    "vue-flash-message": "^0.7.2",
    "vue-flatpickr-component": "^8.1.5",
    "vue-good-table": "^2.21.10",
    "vue-load-image": "^0.1.10",
    "vue-loader": "^15.7.0",
    "vue-multiselect": "^2.1.7",
    "vue-nl2br": "^0.1.2",
    "vue-template-compiler": "^2.7.14",
    "vue2-dropzone": "^3.6.0",
    "vue2-teleport": "^1.0.1",
    "vuedraggable": "^2.21.0",
    "vuex": "^3.1.1",
    "webpack": "^5.88.2",
    "webpack-cli": "^4.9.2",
    "zipcelx": "~1.6.2"
  },
  "version": "0.1.0",
  "devDependencies": {
    "@vue/runtime-dom": "^3.3.4",
    "sass": "^1.51.0",
    "webpack-dev-server": "4.15.1"
  },
  "scripts": {
    "build": "webpack --config webpack.config.js"
  }
}

Post by alex.l »

I see you still use trial version

 "@bryntum/grid": "npm:@bryntum/grid-trial@5.6.3",

Update this line according to docs https://bryntum.com/products/schedulerpro/docs/guide/SchedulerPro/npm-repository#repository-access

All the best,
Alex


Post by abnercolli »

I want to use the trial


Post by marcio »

Hey,

Can you confirm that you are using the trial NPM configuration, please?

Check this guide https://bryntum.com/products/schedulerpro/docs/guide/SchedulerPro/npm-repository#trial-user-access

Best regards,
Márcio


Post by abnercolli »

Yes. My user is jacob@hudu.com and my password trial. I tried also to register with the:

With the US
npm login --auth-type=legacy --registry=https://npm-us.bryntum.com

As the guide 
npm login --auth-type=legacy --registry=https://npm.bryntum.com
npm -v
10.2.1

Post by alex.l »

So what's the problem then? Please share more context. Your trial is expired as far as I see.

All the best,
Alex


Post by abnercolli »

Well suposely I have my trial extended, by Dan Oatley


Post by mats »

Have you cleared cookies? What does it say on the console when you run bryntum.license?


Post Reply