Skip to content
Advertisement

Tag: sails.js

Issues with importing Vuelidate Library

As a part of implementing Form Validation, I want to use Vuelidate library in a Sails.js page. The page gets the Vue code by using this webpage.page.js: , which is linked to this webpage.ejs View Template: This gives an error ‘Cannot use import statement outside a module’. I have the Vuelidate npm package installed. Thus, how can I import the

Upload files Sails JS Skipper v0.10.5

I am uploading files with skipper, everything it’s working perfectly, but I have a problem with the option saveAs I am assigning it’s value by means of a function but it doesn’t work, how can I assign the value of req.param(‘titulo’) + file extension to the option saveAs? I also really want to know if inside of the folder assets

Advertisement