Open andyrue opened 6 years ago
I'm having the same issue on app creation, regardless of choosing Npm or Yarn it will fail out with
sails 0.12.14
Error: ENOENT: no such file or directory, open 'C:\_code\my-app\frontend\package.json'
Same problem here
sailsjs@0.12.14 sails-generate-new-webpack-vue@0.2
I followed the readme and setup the generator. After running
sails new app-name
and answering the wizard questions up to the question about running 'npm install'. Choosing either npm or yarn causes the following error.This seems strange since I don't think anything should be in a 'frontend' folder. The vue app gets installed to a webpack folder. Thanks for your help.