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

Error on app creation #7

Open
andyrue opened this issue Jan 10, 2018 · 2 comments
Open

Error on app creation #7

andyrue opened this issue Jan 10, 2018 · 2 comments

Comments

@andyrue
Copy link

andyrue commented Jan 10, 2018

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.

fs.js:663

return binding.open(pathModule.toNamespacedPath(path),
^

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.

@hunterpickett
Copy link

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'

@rfrancois
Copy link

Same problem here

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

3 participants