-
Notifications
You must be signed in to change notification settings - Fork 61
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: Cannot find module '../../../lib/util' #310
Comments
The problem was probably because I didn't run npm install from the generator-trails folder? I went to https://github.com/trailsjs/generator-trails and downloaded the zip of the repo, Copied over the lib folder. Fixed for me. |
Now getting another error...
This generator is really broken. Would appreciate some fixes. |
I'm getting the same error |
@alient DId you try what I did? Btw after this I ran into other errors. I don't think trails is stable atm. Waiting for a stable release. |
Too much work. Defeats the purpose. Moving to the next framework. 8-) |
Hi all, trails is a bit between v3 and v2 atm which has been causing some issues with the generator in v3. If you are interested in starting fast, you'll want to stick with v2 as we get everything migrated over. The migration from v3 to v2 appears to be pretty easy, but it's got some work needed before I'd recommend it. |
Same error... And not to throw a fit, but wasn't documentation not being updated a big issue with the big S? I understand big version changes, but if the suggested method of getting started is the generator method... the generator method should always work, and the master branch should always match up with the generator. This makes me think it's going to be another endeavor of searching through github issues or stackoverflow to see what something broke and how to fix it... |
@pixelbacon This is a good point. @trailsjs/maintainers and doc writers, when making our docs and getting started, we should probably globally install the version of the generator we are using. |
Hi there I'm trying to get a project up and running using trails but I can't seem to install it. I've done
npm install -g yo generator-trails
which works fine but when I doyo trails
I get the error below. Any idea how this can be fixed?Issue Description
Environment
The text was updated successfully, but these errors were encountered: