You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Error: ENOENT: no such file or directory, open 'frontend/package.json'
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: